Documentation
¶
Index ¶
Constants ¶
View Source
const (
// CommandName is the name for command "help".
CommandName = "help"
)
Variables ¶
View Source
var ( // Command is the composed Command for "help". // "help" sends a help message that has usage instructions // of the curl bot. Command = commands.NewCommand(CommandName, CommandCallback) )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.