double pic
This commit is contained in:
parent
7f4ad7c109
commit
0975ed075a
1 changed files with 2 additions and 0 deletions
|
@ -97,5 +97,7 @@ class ConfrerieDuKassoulait(commands.Cog):
|
|||
"tchèt", "mouss", "ologbo", "kats", "猫", "кот", "고양이", "poticha", "😼", "ʇɐɥɔ", "chaton"]
|
||||
if message.content.lower() in chiens:
|
||||
await Internet(self.client)._dog(self, await self.client.get_context(message))
|
||||
await Internet(self.client)._dog(self, await self.client.get_context(message))
|
||||
if message.content.lower() in chats:
|
||||
await Internet(self.client)._cat(self, await self.client.get_context(message))
|
||||
await Internet(self.client)._cat(self, await self.client.get_context(message))
|
||||
|
|
Reference in a new issue