1
0
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:
ddorn
2020-04-27 12:31:26 +02:00
parent 823587b163
commit 11aa877f2a
3 changed files with 4 additions and 2 deletions

View File

@ -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()