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 ¶
func (p *Plugin) AddCommands()
func (*Plugin) PluginInfo ¶
func (p *Plugin) PluginInfo() *common.PluginInfo
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.