Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Command ¶
type Command struct { Data *discordgo.ApplicationCommand Handler CommandHandler }
func DefineCommand ¶
func DefineCommand(data *discordgo.ApplicationCommand, handler CommandHandler) *Command
type CommandHandler ¶
type CommandHandler func(session *discordgo.Session, interaction *discordgo.InteractionCreate) error
Click to show internal directories.
Click to hide internal directories.