ajout des guillemets

This commit is contained in:
Valentin Moguérou 2024-01-01 13:55:03 +01:00
parent e44066743d
commit 1e771544aa
1 changed files with 1 additions and 1 deletions

View File

@ -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 !")