Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Command = &commands.YAGCommand{ Cooldown: 2, CmdCategory: commands.CategoryDebug, Name: "topcommands", Description: "Shows command usage stats", HideFromHelp: true, Arguments: []*dcmd.ArgDef{ {Name: "hours", Type: dcmd.Int, Default: 1}, }, RunFunc: cmdFuncTopCommands, }
Functions ¶
This section is empty.
Types ¶
type TopCommandsResult ¶
Click to show internal directories.
Click to hide internal directories.