Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Command = &commands.YAGCommand{ CmdCategory: commands.CategoryGeneral, Name: "Info", Description: "Responds with bot information", RunInDM: true, RunFunc: func(data *dcmd.Data) (interface{}, error) { info := fmt.Sprintf(`**PAGSTDB - People Against Generally Shitty Things Discord Bot** Control panel: <https://%s/manage> `, common.ConfHost.GetString()) return info, nil }, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.