bingobot/start.sh

11 lines
182 B
Bash
Raw Normal View History

2024-11-06 11:34:45 -08:00
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 --token ${BOT_TOKEN}