Set environment variables and start the game

This commit is contained in:
c0de 2022-09-23 21:39:58 -05:00
parent 38b549e10c
commit b43ee8a39c

4
GhostBallBot/run.sh Executable file
View File

@ -0,0 +1,4 @@
export discord_token=''
export database_path='/tmp/ghostball.db'
python3 main.py