From 7db0664252e1431423644e90cac81bcd717215d6 Mon Sep 17 00:00:00 2001 From: ddorn Date: Mon, 18 May 2020 16:13:53 +0200 Subject: [PATCH] :sparkles: add Yohann's fanclub --- src/constants.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/constants.py b/src/constants.py index bf1bd51..7e84cad 100644 --- a/src/constants.py +++ b/src/constants.py @@ -39,10 +39,14 @@ if DISCORD_TOKEN is None: GUILD = "690934836696973404" DIEGO = 430566197868625920 # Mon id ANANAS = 619132180408303616 +YOHANN = 157252601119899648 + FAN_CLUBS = { DIEGO: 706586020841259078, ANANAS: 706586027535368223, + YOHANN: 711707591847444610, } + BOT = 703305132300959754 TEAMS_CHANNEL_CATEGORY = "Channels d'équipes 2" EMBED_COLOR = 0xFFA500