Documentation
¶
Index ¶
- Variables
- type Module
- func (m *Module) SquadAdd(c telebot.Context) error
- func (m *Module) SquadChat(c telebot.Context) error
- func (m *Module) SquadCreate(c telebot.Context) error
- func (m *Module) SquadDelete(c telebot.Context) error
- func (m *Module) SquadDeleteConfirm(c telebot.Context) error
- func (m *Module) SquadHelp(c telebot.Context) error
- func (m *Module) SquadKick(c telebot.Context) error
- func (m *Module) SquadRename(c telebot.Context) error
Constants ¶
This section is empty.
Variables ¶
View Source
var SquadCreateRegex = regexp.MustCompile("/squad_create(?:@MuskratBot)? (.{1,32})")
View Source
var SquadKickRegex = regexp.MustCompile(`/squad_kick(?:@MuskratBot)?(?:\s(?:@(.*)|(\d+)))?`)
View Source
var SquadRenameRegex = regexp.MustCompile("/squad_rename(?:@MuskratBot)? (.{1,32})")
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.