Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InteractionHandler ¶
func InteractionHandler(s *discordgo.Session, i *discordgo.InteractionCreate)
func NewDictDump ¶
func NewDictDump(opt []*discordgo.ApplicationCommandInteractionDataOption) (*dictDump, error)
Types ¶
type CommandHandler ¶
type CommandHandler interface {
// contains filtered or unexported methods
}
type Generator ¶ added in v0.3.0
type Generator struct {
// contains filtered or unexported fields
}
func NewSlashCmdGenerator ¶
func NewSlashCmdGenerator() *Generator
func (*Generator) AddCastOpt ¶ added in v0.3.0
func (*Generator) Generate ¶ added in v0.3.0
func (s *Generator) Generate() []*discordgo.ApplicationCommand
Click to show internal directories.
Click to hide internal directories.