From 46fa7a987e7e84a5522c7b9ea3e50bc83d579a2c Mon Sep 17 00:00:00 2001 From: Paillat Date: Tue, 29 Nov 2022 12:47:30 +0100 Subject: [PATCH] Update code.py --- code/code.py | 1 + 1 file changed, 1 insertion(+) diff --git a/code/code.py b/code/code.py index b6af17f..32219ee 100644 --- a/code/code.py +++ b/code/code.py @@ -227,6 +227,7 @@ async def on_message(message): #whait 1 second await asyncio.sleep(1) await message.channel.send("https://media.tenor.com/FxIRfdV3unEAAAAd/star-wars-general-grievous.gif") + await message.channel.trigger_typing() if message.content.lower().find("i am the senate") != -1: prompt += "System: I am the senate detected. Botator will now say \"Not yet\".\n" if message.content.lower().find("i am your father") != -1: