Skip to content

Commit

Permalink
guild id env var fix
Browse files Browse the repository at this point in the history
  • Loading branch information
konrad0960 committed Sep 25, 2024
1 parent 89afb45 commit 49676e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/auto_validator/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -422,6 +422,6 @@ def configure_structlog():
LINODE_API_KEY = ""

DISCORD_BOT_TOKEN = env("DISCORD_BOT_TOKEN")
GUILD_ID = int(env("GUILD_ID"))
GUILD_ID = env("GUILD_ID")
BOT_NAME = env("BOT_NAME")
CATEGORY_NAME = env("CATEGORY_NAME")

0 comments on commit 49676e1

Please sign in to comment.