Versions in this module Expand all Collapse all v0 v0.1.1 Jan 27, 2021 v0.1.0 Jan 23, 2021 Changes in this version + 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 struct + 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