Skip to content

Commit

Permalink
Configure config.py
Browse files Browse the repository at this point in the history
  • Loading branch information
koyakonsta authored Feb 1, 2024
1 parent 6efc702 commit 3d389f0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
TOKEN = os.environ.get("TOKEN") # required
DEBUG = os.environ.get("DEBUG", False)

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

CHANNEL_IDS = {"lobby": "627542044390457350"}
CHANNEL_IDS = {"lobby": 627542044390457350}

0 comments on commit 3d389f0

Please sign in to comment.