From 1e771544aacb7ce179f9dac13db1f72365c9d2a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Valentin=20Mogu=C3=A9rou?= Date: Mon, 1 Jan 2024 13:55:03 +0100 Subject: [PATCH] ajout des guillemets --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 !")