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