dev #4

Merged
Arthur merged 12 commits from dev into main 2024-06-02 15:04:56 +02:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 1e771544aa - Show all commits

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