MessageCommandDenied event is not listening.
Hi, i want to change cooldown/permission message, i found reporting-precondition-failure and i do listener like this;
cooldown still works but i want to reply message (event is not listening)
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

10 Replies
you're using chat input commands, not message commands
i want to do with chat input/message
Solution
then you need to implement both listeners
how?
2 files, 2 listeners
oh, i see

that's only the typescript type, the name of the file, or the name of the event in the options, defines which event the listener is for exactly
so i do need like normal events? (constructor and super)
you need 2 event listeners for 2 events
I really cant put it any simpler way
2 files
2 names
2 listeners
2 implementations
thanks