-
-
Notifications
You must be signed in to change notification settings - Fork 40
Open
Open
Copy link
Labels
enhancementNew feature or requestNew feature or request
Description
Sentry Issue: DISCATSHARP-298
DisCatSharp.ApplicationCommands.Exceptions.SlashExecutionChecksFailedException: Exception of type 'DisCatSharp.ApplicationCommands.Exceptions.SlashExecutionChecksFailedException' was thrown.
File "ApplicationCommandsExtension.cs", line 1689, in async Task ApplicationCommandsExtension.RunPreexecutionChecksAsync(MemberInfo method, BaseContext context)
throw new SlashExecutionChecksFailedException
File "ApplicationCommandsExtension.cs", line 1455, in async Task ApplicationCommandsExtension.RunCommandAsync(BaseContext context, MethodInfo method, IEnumerable<object> args)
await RunPreexecutionChecksAsync(method, slashContext).ConfigureAwait(false);
File "ApplicationCommandsExtension.cs", line 1126, in async Task ApplicationCommandsExtension.InteractionHandler(DiscordClient client, InteractionCreateEventArgs e)+(?) => { } [0]
await this.RunCommandAsync(context, method, args).ConfigureAwait(false);
Error in slash interaction
We need to find another way for check failures. It's annoying
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request