Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Command = &commands.YAGCommand{ Cooldown: 5, CmdCategory: commands.CategoryDebug, Name: "topgames", Description: "Shows the top games on this server", HideFromHelp: true, ArgSwitches: []*dcmd.ArgDef{ &dcmd.ArgDef{Switch: "all"}, }, RunFunc: cmdFuncTopCommands, }
Functions ¶
This section is empty.
Types ¶
type TopGameResult ¶
Click to show internal directories.
Click to hide internal directories.