Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Command = &commands.YAGCommand{ CmdCategory: commands.CategoryGeneral, Name: "Invite", Description: "Responds with bot invite link", RunInDM: true, RunFunc: func(data *dcmd.Data) (interface{}, error) { return "Please add the bot through the website\nhttps://" + common.Conf.Host, nil }, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.