1
0
mirror of https://gitlab.com/ddorn/tfjm-discord-bot.git synced 2025-07-08 20:10:20 +02:00

💬 More hug sentences

This commit is contained in:
ddorn
2020-05-12 11:27:40 +02:00
parent 956afa5a08
commit 6f5a001a42
2 changed files with 25 additions and 5 deletions

View File

@ -54,6 +54,7 @@ class Role:
DEV = "dev"
ORGA = "Orga"
ORGAS = tuple(f"Orga {t}" for t in TOURNOIS)
JURY = tuple(f"Jury {t}" for t in TOURNOIS)
BENEVOLE = "Bénévole"
CAPTAIN = "Capitaine"
PARTICIPANT = "Participant"