diff options
Diffstat (limited to 'code/global_variables.py')
-rw-r--r-- | code/global_variables.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/code/global_variables.py b/code/global_variables.py index d2cbab4..8f3bb9a 100644 --- a/code/global_variables.py +++ b/code/global_variables.py @@ -29,6 +29,12 @@ except FileNotFoundError: config["BOT_INFO"] = { "TOKEN": "", "BOT_COLOR": "", + "FEEDBACK_CHANNEL_ID": "", + "SPOTIFY_CLIENT_ID": "", + "SPOTIFY_CLIENT_SECRET": "", + "OPENAI_API_KEY": "", + "BUG_CHANNEL_ID": "", + "BOT_INVITE_LINK": "" } config["LAVALINK"] = {"HOST": "", "PORT": "", "PASSWORD": ""} |