Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterPlugin ¶
func RegisterPlugin()
Types ¶
type Plugin ¶
type Plugin struct{}
func (*Plugin) AddCommands ¶ added in v1.4.1
func (p *Plugin) AddCommands()
type Reminder ¶
type Reminder struct { gorm.Model UserID string ChannelID string GuildID int64 Message string When int64 }
func GetChannelReminders ¶
func GetUserReminders ¶
func NewReminder ¶
func (*Reminder) ChannelIDInt ¶
Click to show internal directories.
Click to hide internal directories.