Setup basic discord session
This commit is contained in:
parent
571aa3650e
commit
4b62347d5d
5 changed files with 80 additions and 0 deletions
10
start.sh
Executable file
10
start.sh
Executable file
|
|
@ -0,0 +1,10 @@
|
|||
APP_ID=1303795224857804851
|
||||
|
||||
if [ ! -f "bot.token" ]; then
|
||||
echo "can't startup: bot.token file missing"
|
||||
exit 2
|
||||
fi
|
||||
|
||||
BOT_TOKEN=$(cat bot.token)
|
||||
|
||||
./bingobot --app ${APP_ID} --token ${BOT_TOKEN}
|
||||
Loading…
Add table
Add a link
Reference in a new issue