Skip to content

Commit

Permalink
Stringify roleIDs
Browse files Browse the repository at this point in the history
  • Loading branch information
koyakonsta authored Feb 1, 2024
1 parent bfd7eb5 commit 985bee6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
DEBUG = os.environ.get("DEBUG", False)

ROLE_IDS = [
("Webgroup", 1166751688598761583),
("Gamez", 1089204642241581139),
("Croomer", 1172696659097047050)
("Webgroup", "1166751688598761583"),
("Gamez", "1089204642241581139"),
("Croomer", "1172696659097047050")
]

CHANNEL_IDS = {"lobby": 627542044390457350}

0 comments on commit 985bee6

Please sign in to comment.