From b413cecd979fffa1a2b1bbdec82a7c3b026b6511 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Thu, 2 Sep 2021 03:28:44 +0200 Subject: [PATCH] Removes spaces --- src/cogs/confreriedukassoulait.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/cogs/confreriedukassoulait.py b/src/cogs/confreriedukassoulait.py index b15c899..d3195ca 100644 --- a/src/cogs/confreriedukassoulait.py +++ b/src/cogs/confreriedukassoulait.py @@ -16,11 +16,11 @@ class ConfrerieDuKassoulait(commands.Cog): self.client = client self.role_message_id = 882785207235788800 # ID of the message that can be reacted to to add/remove a role. self.emoji_to_role = { - 882783004706095194: "L1", # elephant - 882783004697714789: "L2", # gorilla - 882783004416675881: "L3", # cat + 882783004706095194: "L1", # elephant + 882783004697714789: "L2", # gorilla + 882783004416675881: "L3", # cat 882783005108744202: "visiteurs ✨", # rabbit - 882783004911624212: "Alumni" # dog + 882783004911624212: "Alumni" # dog } @commands.Cog.listener()