aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorParker <contact@pkrm.dev>2024-06-26 18:09:50 -0500
committerParker <contact@pkrm.dev>2024-06-26 18:09:50 -0500
commit542a2004efeefff3ce8c6efc4d9c1f7324196971 (patch)
treee593dc67100437d1de5ce821d41eac9cfdbe200c
parent2463d39eaeb4d359b06566ea5d0108e682efe4fd (diff)
Comment environment variable check
-rw-r--r--code/config.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/code/config.py b/code/config.py
index 0d2b9c1..1e7c5ba 100644
--- a/code/config.py
+++ b/code/config.py
@@ -185,6 +185,11 @@ def validate_config(file_contents):
)
+"""
+Validate all of the environment variables.
+"""
+
+
def validate_env_vars():
global TOKEN, BOT_COLOR, BOT_INVITE_LINK, FEEDBACK_CHANNEL_ID, BUG_CHANNEL_ID, SPOTIFY_CLIENT_ID, SPOTIFY_CLIENT_SECRET, CLIENT, LAVALINK_HOST, LAVALINK_PORT, LAVALINK_PASSWORD