Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Command = &commands.YAGCommand{ CmdCategory: commands.CategoryDebug, HideFromCommandsPage: true, Name: "sleep", Description: "Maintenance command, used to test command queueing", HideFromHelp: true, RunFunc: util.RequireBotAdmin(func(data *dcmd.Data) (interface{}, error) { time.Sleep(time.Second * 5) return "Slept, Done", nil }), }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.