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."
No description
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
Jump to solution
2 Replies
Solution
Favna
Favna5mo ago
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
willow 🌷
willow 🌷5mo ago
ahh ok yeah