mirror of
https://gitlab.com/ddorn/tfjm-discord-bot.git
synced 2025-07-08 06:10:21 +02:00
✨ private welcome message to captians
This commit is contained in:
@ -10,6 +10,7 @@ __all__ = [
|
||||
"TIRAGES_FILE",
|
||||
"TEAMS_FILE",
|
||||
"TEAMS_CHANNEL_CATEGORY",
|
||||
"DIEGO",
|
||||
]
|
||||
|
||||
TOKEN = os.environ.get("TFJM_DISCORD_TOKEN")
|
||||
@ -24,6 +25,7 @@ if TOKEN is None:
|
||||
quit(1)
|
||||
|
||||
GUILD = "690934836696973404"
|
||||
DIEGO = "Diego" # Mon display name
|
||||
|
||||
|
||||
class Role:
|
||||
|
Reference in New Issue
Block a user