mirror of
https://gitlab.com/ddorn/tfjm-discord-bot.git
synced 2025-07-08 14:50:21 +02:00
✨ add role dev
This commit is contained in:
@ -5,6 +5,7 @@ __all__ = [
|
||||
"TOKEN",
|
||||
"ORGA_ROLE",
|
||||
"CNO_ROLE",
|
||||
"DEV_ROLE",
|
||||
"BENEVOLE_ROLE",
|
||||
"CAPTAIN_ROLE",
|
||||
"PROBLEMS",
|
||||
@ -29,6 +30,7 @@ ORGA_ROLE = "Orga"
|
||||
CNO_ROLE = "CNO"
|
||||
BENEVOLE_ROLE = "Bénévole"
|
||||
CAPTAIN_ROLE = "Capitaine"
|
||||
DEV_ROLE = "dev"
|
||||
|
||||
with open("problems") as f:
|
||||
PROBLEMS = f.read().splitlines()
|
||||
|
Reference in New Issue
Block a user