Skip to content

Commit

Permalink
remove archive
Browse files Browse the repository at this point in the history
  • Loading branch information
squi-ddy committed Jan 27, 2024
1 parent e6774a6 commit 09f72e8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions bot/src/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
class Config:
__slots__ = (
"alumni_role",
"archive_category_id",
"discord_token",
"exco_channel_id",
"exco_role",
Expand All @@ -22,7 +21,6 @@ class Config:

def __init__(self) -> None:
self.alumni_role = int(os.environ["ALUMNI_ROLE"])
self.archive_category_id = int(os.environ["ARCHIVE_CATEGORY_ID"])
self.discord_token = os.environ["DISCORD_TOKEN"]
self.exco_channel_id = int(os.environ["EXCO_CHANNEL_ID"])
self.exco_role = int(os.environ["EXCO_ROLE"])
Expand Down

0 comments on commit 09f72e8

Please sign in to comment.