Removes spaces

This commit is contained in:
Mylloon 2021-09-02 03:28:44 +02:00
parent ad0379c2aa
commit b413cecd97

View file

@ -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()