We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fca7173 commit 17d9345Copy full SHA for 17d9345
env.py
@@ -6,6 +6,7 @@ def __init__(self):
6
self.DISCORD_TOKEN: str = environ.get("DISCORD_TOKEN", "")
7
self.DISCORD_ATTENDEE_ROLE_ID: int = int(environ.get("DISCORD_ATTENDEE_ROLE_ID", ""))
8
self.DISCORD_ORGANISER_ROLE_ID: int = int(environ.get("DISCORD_ORGANISER_ROLE_ID", ""))
9
+ self.DISCORD_VOLUNTEER_ROLE_ID: int = int(environ.get("DISCORD_VOLUNTEER_ROLE_ID", ""))
10
self.DISCORD_GUILD_ID: int = int(environ.get("DISCORD_GUILD_ID", ""))
11
self.TITO_TOKEN: str = environ.get("TITO_API_KEY", "")
12
self.TITO_ACCOUNT_SLUG: str = environ.get("TITO_ACCOUNT_SLUG", "")
0 commit comments