We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
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
The text was updated successfully, but these errors were encountered:
Lulalaby
No branches or pull requests
Sentry Issue: DISCATSHARP-298
We need to find another way for check failures. It's annoying
The text was updated successfully, but these errors were encountered: