Defer to avoid timing out on /trackdays
This commit is contained in:
parent
7f80f503b2
commit
c7826115b5
@ -147,7 +147,8 @@ class ActualUtils(commands.Cog):
|
||||
embed.add_field(
|
||||
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(
|
||||
guild_ids=None,
|
||||
|
Loading…
x
Reference in New Issue
Block a user