remove trigger typing as it breaks in dms
All checks were successful
Build and push / changes (push) Successful in 6s
Build and push / Lint-Python (push) Successful in 1s
Build and push / Build-and-Push-Docker (push) Successful in 1m31s
Build and push / post-status-to-discord (push) Successful in 1s
Build and push / sync-argocd-app (push) Successful in 2s

This commit is contained in:
Luke Robles 2025-03-04 15:49:06 -08:00
parent ea268b3c23
commit 893a4e4adb

View File

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