diff options
-rw-r--r-- | backend/constants.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/constants.py b/backend/constants.py index 70f3df1..812bef4 100644 --- a/backend/constants.py +++ b/backend/constants.py @@ -24,7 +24,7 @@ DOCS_PASSWORD = os.getenv("DOCS_PASSWORD") SECRET_KEY = os.getenv("SECRET_KEY", binascii.hexlify(os.urandom(30)).decode()) DISCORD_BOT_TOKEN = os.getenv("DISCORD_BOT_TOKEN") -DISCORD_GUILD = os.getenv("DISCORD_GUILD") +DISCORD_GUILD = os.getenv("DISCORD_GUILD", 267624335836053506) HCAPTCHA_API_SECRET = os.getenv("HCAPTCHA_API_SECRET") |