Documentation ¶
Index ¶
- func New(name string) meido.Mod
- func NewAboutCommand(m *UtilityMod) *meido.ModCommand
- func NewAvatarCommand(m *UtilityMod) *meido.ModCommand
- func NewColorCommand(m *UtilityMod) *meido.ModCommand
- func NewInviteCommand(m *UtilityMod) *meido.ModCommand
- func NewServerAvatarCommand(m *UtilityMod) *meido.ModCommand
- func NewServerBannerCommand(m *UtilityMod) *meido.ModCommand
- func NewServerCommand(m *UtilityMod) *meido.ModCommand
- func NewServerSplashCommand(m *UtilityMod) *meido.ModCommand
- func NewUserInfoCommand(m *UtilityMod) *meido.ModCommand
- func NewUserPermsCommand(m *UtilityMod) *meido.ModCommand
- type UtilityMod
- func (m *UtilityMod) AllowDMs() bool
- func (m *UtilityMod) AllowedTypes() meido.MessageType
- func (m *UtilityMod) Commands() map[string]*meido.ModCommand
- func (m *UtilityMod) Hook(b *meido.Bot) error
- func (m *UtilityMod) Load() error
- func (m *UtilityMod) Name() string
- func (m *UtilityMod) Passives() []*meido.ModPassive
- func (m *UtilityMod) RegisterCommand(cmd *meido.ModCommand)
- func (m *UtilityMod) Save() error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewAboutCommand ¶
func NewAboutCommand(m *UtilityMod) *meido.ModCommand
func NewAvatarCommand ¶
func NewAvatarCommand(m *UtilityMod) *meido.ModCommand
func NewColorCommand ¶
func NewColorCommand(m *UtilityMod) *meido.ModCommand
func NewInviteCommand ¶
func NewInviteCommand(m *UtilityMod) *meido.ModCommand
func NewServerAvatarCommand ¶
func NewServerAvatarCommand(m *UtilityMod) *meido.ModCommand
func NewServerBannerCommand ¶
func NewServerBannerCommand(m *UtilityMod) *meido.ModCommand
func NewServerCommand ¶
func NewServerCommand(m *UtilityMod) *meido.ModCommand
func NewServerSplashCommand ¶
func NewServerSplashCommand(m *UtilityMod) *meido.ModCommand
func NewUserInfoCommand ¶
func NewUserInfoCommand(m *UtilityMod) *meido.ModCommand
func NewUserPermsCommand ¶
func NewUserPermsCommand(m *UtilityMod) *meido.ModCommand
Types ¶
type UtilityMod ¶
func (*UtilityMod) AllowDMs ¶
func (m *UtilityMod) AllowDMs() bool
func (*UtilityMod) AllowedTypes ¶
func (m *UtilityMod) AllowedTypes() meido.MessageType
func (*UtilityMod) Commands ¶
func (m *UtilityMod) Commands() map[string]*meido.ModCommand
func (*UtilityMod) Load ¶
func (m *UtilityMod) Load() error
func (*UtilityMod) Name ¶
func (m *UtilityMod) Name() string
func (*UtilityMod) Passives ¶
func (m *UtilityMod) Passives() []*meido.ModPassive
func (*UtilityMod) RegisterCommand ¶
func (m *UtilityMod) RegisterCommand(cmd *meido.ModCommand)
func (*UtilityMod) Save ¶
func (m *UtilityMod) Save() error
Click to show internal directories.
Click to hide internal directories.