Create discord package and connect/disconnect handlers
This change moves the discord session singleton to the internal/discord package, and implements basic Connect/Disconnect handlers.
This commit is contained in:
parent
5e4662c8b0
commit
bbcf6ef6cf
5 changed files with 93 additions and 24 deletions
2
start.sh
2
start.sh
|
|
@ -7,4 +7,4 @@ fi
|
|||
|
||||
BOT_TOKEN=$(cat bot.token)
|
||||
|
||||
./bingobot --app ${APP_ID} --token ${BOT_TOKEN}
|
||||
./bingobot --token ${BOT_TOKEN}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue