Documentation ¶ Index ¶ type Disable func (c *Disable) Handle(bot *tbb.Bot) tbb.StateFn type Enable func (c *Enable) Handle(bot *tbb.Bot) tbb.StateFn type Help func (c *Help) Handle(bot *tbb.Bot) tbb.StateFn type Timezone func (c *Timezone) Handle(bot *tbb.Bot) tbb.StateFn Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Disable ¶ type Disable tbb.DefaultCommandHandler func (*Disable) Handle ¶ func (c *Disable) Handle(bot *tbb.Bot) tbb.StateFn type Enable ¶ type Enable tbb.DefaultCommandHandler func (*Enable) Handle ¶ func (c *Enable) Handle(bot *tbb.Bot) tbb.StateFn type Help ¶ type Help tbb.DefaultCommandHandler func (*Help) Handle ¶ func (c *Help) Handle(bot *tbb.Bot) tbb.StateFn Handle function will be called on first command execution /start type Timezone ¶ type Timezone tbb.DefaultCommandHandler func (*Timezone) Handle ¶ func (c *Timezone) Handle(bot *tbb.Bot) tbb.StateFn Source Files ¶ View all Source files disable.go enable.go help.go timezone.go Click to show internal directories. Click to hide internal directories.