From f48cedb5fc942e64744365945195bebc2d7f85c9 Mon Sep 17 00:00:00 2001 From: = <=> Date: Sat, 12 Apr 2025 21:34:27 +0700 Subject: [PATCH] Evil typing ooooo --- events/ai.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/events/ai.py b/events/ai.py index 97415a8..c9d8252 100644 --- a/events/ai.py +++ b/events/ai.py @@ -53,6 +53,8 @@ class AI(commands.Cog): if not SquogMention: return + await message.channel.typing() + SquogUser = await find(SquogData, "id", message.author.id) if not SquogUser: