Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var SubCommand = &discordgo.ApplicationCommandOption{ Type: discordgo.ApplicationCommandOptionSubCommand, Name: "read", Description: "Read", Options: []*discordgo.ApplicationCommandOption{ { Type: discordgo.ApplicationCommandOptionString, Name: "name", Description: "Name of the user to read", Required: true, }, }, }
Functions ¶
func Run ¶
func Run(options []*discordgo.ApplicationCommandInteractionDataOption) (*discordgo.InteractionResponse, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.