1
0
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:
ddorn
2020-04-28 12:03:36 +02:00
parent 4a5c5cfea3
commit 3cf27d82df
2 changed files with 16 additions and 0 deletions

View File

@ -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: