You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Include await context.DeferResponseAsync(); in possibly all commands to prevent Discord from sending a time-out to the interaction if it takes more than 3 seconds to compute.
The text was updated successfully, but these errors were encountered:
Include
await context.DeferResponseAsync();
in possibly all commands to prevent Discord from sending a time-out to the interaction if it takes more than 3 seconds to compute.The text was updated successfully, but these errors were encountered: