discord_slash Events
This page is about events of this extension.
These events can be registered to discord.py’s listener or
event decorator.
- on_slash_command(ctx)
Called when slash command is triggered.
- Parameters
ctx (
model.SlashContext) – SlashContext of the triggered command.