Defer to avoid timing out on /trackdays

This commit is contained in:
Luke Robles 2023-10-18 14:17:21 -07:00
parent 7f80f503b2
commit c7826115b5

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,