Am I doing this wrong? Message doesn't send for preconditions, but the precondition works FINE
It just says the usual "The application did not respond."
Solution:Jump to solution
you need to implement
chatInputCommandDenied
listener still wherein you can send error.message
.
Also see https://sapphirejs.dev/docs/Guide/preconditions/reporting-precondition-failure...Sapphire Framework
Reporting precondition failure | Sapphire
When a precondition fails, it's usually important for the user to know why. For example, if they hit a cooldown or lack
2 Replies
Solution
you need to implement
chatInputCommandDenied
listener still wherein you can send error.message
.
Also see https://sapphirejs.dev/docs/Guide/preconditions/reporting-precondition-failureSapphire Framework
Reporting precondition failure | Sapphire
When a precondition fails, it's usually important for the user to know why. For example, if they hit a cooldown or lack
ahh
ok yeah