On Listeners
A couple questions on listener pieces:
- Where can I find a list of available sapphire event identifiers and their respective arguments?
- Does sapphire have any listeners or similar setup by default and if so which ones?
Solution:Jump to solution
Where can I find a list of available sapphire event identifiers and their respective arguments?Events enum as well as the https://sapphirejs.dev documentation
Does sapphire have any listeners or similar setup by default and if so which ones?...
Sapphire Framework
Home | Sapphire
Sapphire is a next-gen Discord bot framework for developers of all skill levels to make the best JavaScript/TypeScript based bots possible.
4 Replies
Solution
Where can I find a list of available sapphire event identifiers and their respective arguments?Events enum as well as the https://sapphirejs.dev documentation
Does sapphire have any listeners or similar setup by default and if so which ones?Refer to the source code, but they are all related to handling commands, arguments, preconditions, etc
Sapphire Framework
Home | Sapphire
Sapphire is a next-gen Discord bot framework for developers of all skill levels to make the best JavaScript/TypeScript based bots possible.
I was able to find the
Events
enum within the package's types but not on the documentation websiteAh thank you so much!