Any reason as to why this event wouldn't be firing?
Solution:Jump to solution
What are the names of all the files? Names have to be unique per piece type, even across folders. So no 2 files called
error
for example. Or if you do want that, set the name property in applyoptions7 Replies
The first question would be are your message commands working at all? And if so, are you actually throwing an error in them? Keep in mind that preconditions are a different event.
They are, I'm throwing the exceptions with a basic
throw 'error goes here'
call
its not just the error events
its the success event too that i know of
the denied event works though
and all work for slash commands i thinkSolution
What are the names of all the files? Names have to be unique per piece type, even across folders. So no 2 files called
error
for example. Or if you do want that, set the name property in applyoptionsThat would be it
I'll give it a shot and see if it works
Names have to be unique because we store it in a Map which requires unique keys (same for Objects for that matter)
Ah
And it worked
Thank you!
Np