diff --git a/main.py b/main.py index a533f34..35b4e7c 100644 --- a/main.py +++ b/main.py @@ -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 !")