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:
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.
Jump to solution
4 Replies
Solution
Favna
Favna6mo ago
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.
Teixeira
Teixeira6mo ago
I was able to find the Events enum within the package's types but not on the documentation website
Teixeira
Teixeira6mo ago
Ah thank you so much!