Is there events listing like discord.js does?

Just like in the screenshot, discord.js has listed out all events .

So where I can find the same for Sapphirejs?
Some of the listeners have multiple args, so I would like to see them all at once, just like this one: https://discord.js.org/docs/packages/discord.js/14.14.1/Client:Class#autoModerationRuleUpdate
image.png
The main hub for interacting with the Discord API, and the starting point for any bot.
discord.js | Client
Solution
you'll have to reference the source code where they are emitted (use search to find that). We currently do not have a way to automatically generate a list of events.
Was this page helpful?