|
|
|
@ -39,7 +39,7 @@ class MyClient(commands.Bot):
|
|
|
|
|
print('------')
|
|
|
|
|
|
|
|
|
|
async def on_message(self, msg):
|
|
|
|
|
p = re.compile("[qQ]uoi[ \\.!?;]*$")
|
|
|
|
|
p = re.compile("[qQ]uoi[ \\.!?;\"»]*$")
|
|
|
|
|
print(f"{msg!r}")
|
|
|
|
|
if p.search(msg.content) is not None:
|
|
|
|
|
await msg.reply("Quoicoubeh !")
|
|
|
|
|