Removes spaces
This commit is contained in:
parent
ad0379c2aa
commit
b413cecd97
1 changed files with 4 additions and 4 deletions
|
@ -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()
|
||||
|
|
Reference in a new issue