Defer to avoid timing out on /trackdays
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
6e16494637
commit
493bf7f7e3
@ -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