Remove deferral from ollama-history

This commit is contained in:
Nexus 2024-01-12 17:15:03 +00:00
parent 14237b8f5f
commit 17ae2db7b7

View file

@ -589,7 +589,7 @@ class Ollama(commands.Cog):
] ]
): ):
"""Shows the history for a thread.""" """Shows the history for a thread."""
await ctx.defer(ephemeral=True) # await ctx.defer(ephemeral=True)
paginator = commands.Paginator("", "", 4000, "\n\n") paginator = commands.Paginator("", "", 4000, "\n\n")
thread = self.history.load_thread(thread_id) thread = self.history.load_thread(thread_id)