Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CLI ¶
type CLI struct { Coc Coc `cmd:"" help:"Link to the Code Of Conduct of BcnEng"` Netiquette Netiquette `cmd:"" help:"Link to the Netiquette of BcnEng"` Staff Staff `cmd:"" help:"Info about the staff behind BcnEng"` Version Version `cmd:"" help:"Info about the staff behind BcnEng"` Candebirthday CandeBirthday `cmd:"" help:"Days until @sdecandelario birthday!"` Echo Echo `cmd:"" help:"Sends a message from the bot user" placeholder:"echo #general Hi folks!"` Contest Contest `cmd:"" help:"Runs a contest on Twitter"` Help Help `cmd:""` }
type CandeBirthday ¶
type CandeBirthday struct{}
func (*CandeBirthday) Run ¶
func (c *CandeBirthday) Run(cliCtx *kong.Context, ctx bot.Context, slackCtx bot.SlackContext) error
type Contest ¶
type Echo ¶
type Netiquette ¶
type Netiquette struct{}
func (*Netiquette) Run ¶
func (c *Netiquette) Run(cliCtx *kong.Context, ctx bot.Context, slackCtx bot.SlackContext) error
Click to show internal directories.
Click to hide internal directories.