From b43ee8a39c1865e7f999183ab255ffe1a21fc65f Mon Sep 17 00:00:00 2001 From: c0de Date: Fri, 23 Sep 2022 21:39:58 -0500 Subject: [PATCH] Set environment variables and start the game --- GhostBallBot/run.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 GhostBallBot/run.sh diff --git a/GhostBallBot/run.sh b/GhostBallBot/run.sh new file mode 100755 index 0000000..1686214 --- /dev/null +++ b/GhostBallBot/run.sh @@ -0,0 +1,4 @@ +export discord_token='' +export database_path='/tmp/ghostball.db' + +python3 main.py