diff --git a/app/cogs/actual_utils.py b/app/cogs/actual_utils.py index 3aa20260..37f0f922 100755 --- a/app/cogs/actual_utils.py +++ b/app/cogs/actual_utils.py @@ -342,7 +342,6 @@ class ActualUtils(commands.Cog): async def send_to_llm(self, ctx, question: str): import core_utils - await ctx.channel.trigger_typing() await ctx.defer() await ctx.send_followup(await core_utils.send_to_llm(ctx, question))