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
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

The main hub for interacting with the Discord API, and the starting point for any bot.

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.
