func Commands() (cmds []commands.Command) { … } func HowBusy(c commands.CommandActivation) { … } func ChattiestUser(c commands.CommandActivation) { … } func ActiveUsers(c commands.CommandActivation) { … }
func Commands() (cmds []commands.Command) { … } func HowBusy(c commands.CommandActivation) { … } func ChattiestUser(c commands.CommandActivation) { … } func ActiveUsers(c commands.CommandActivation) { … }