rename TOKEN env var to BOT_TOKEN

This commit is contained in:
Alex Ott
2022-12-31 03:52:09 -08:00
parent a7b7487611
commit 8067dc8f78
4 changed files with 15 additions and 3 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
TOKEN=<discord bot token>
BOT_TOKEN=<discord bot token>
DECLARE_GLOBAL_COMMANDS=<testing guild id>
OWNER_IDS=[<your user id>, <other user ids>]
PREFIX="./"