Comment environment variable check

This commit is contained in:
Parker M. 2024-06-26 18:09:50 -05:00
parent 2463d39eae
commit 542a2004ef
No known key found for this signature in database
GPG Key ID: 95CD2E0C7E329F2A

View File

@ -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