mirror of
https://gitlab.com/ddorn/tfjm-discord-bot.git
synced 2025-07-08 23:30:21 +02:00
✨ capitains can now create private channels
This commit is contained in:
@ -9,6 +9,7 @@ __all__ = [
|
||||
"ROUND_NAMES",
|
||||
"TIRAGES_FILE",
|
||||
"TEAMS_FILE",
|
||||
"TEAMS_CHANNEL_CATEGORY",
|
||||
]
|
||||
|
||||
TOKEN = os.environ.get("TFJM_DISCORD_TOKEN")
|
||||
@ -34,6 +35,8 @@ class Role:
|
||||
PARTICIPANT = "Participant"
|
||||
|
||||
|
||||
TEAMS_CHANNEL_CATEGORY = "Channels d'équipes"
|
||||
|
||||
ROUND_NAMES = ["premier tour", "deuxième tour"]
|
||||
|
||||
TOP_LEVEL_DIR = Path(__file__).parent.parent
|
||||
|
Reference in New Issue
Block a user