Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IdeasCommands ¶
type IdeasCommands struct {
// contains filtered or unexported fields
}
IdeasCommands contains the /ideas command
func NewCommands ¶
func NewCommands(db *db.Connection) *IdeasCommands
NewCommands gives a new IdeasCommands
func (*IdeasCommands) InstallSlashCommands ¶
func (i *IdeasCommands) InstallSlashCommands(session *discordgo.Session) error
InstallSlashCommands registers the slash commands
func (*IdeasCommands) Register ¶
func (i *IdeasCommands) Register(registry command.Registry)
Register registers the handlers
Click to show internal directories.
Click to hide internal directories.