Defer to avoid timing out on /trackdays
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Luke Robles 2023-10-18 14:17:21 -07:00
parent 6e16494637
commit 493bf7f7e3

View File

@ -147,7 +147,8 @@ class ActualUtils(commands.Cog):
embed.add_field( embed.add_field(
name="Event URL", value=track_day["event_url"], inline=False name="Event URL", value=track_day["event_url"], inline=False
) )
await ctx.respond(embed=embed) await ctx.defer()
await ctx.send_followup(embed=embed)
@commands.slash_command( @commands.slash_command(
guild_ids=None, guild_ids=None,