Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Commands = core.CommandsStatic{ audio.Advanced, category.Normal, category.Advanced, connect.Normal, custom_command.Advanced, discord.Admin, god.Advanced, god.Normal, god.Admin, help.Normal, help.Advanced, help.Admin, id.Normal, lens.Advanced, mask.Admin, nick.Normal, nick.Advanced, nick.Admin, paintball.Normal, prefix.Normal, prefix.Advanced, prefix.Admin, rps.Normal, search.Advanced, streak.Admin, streak.Advanced, streak.Normal, teleport.Admin, time.Advanced, time.NormalTime, time.NormalTimezone, title.Normal, title.Advanced, tts.Advanced, tts.NormalTTS, tts.NormalVoice, tts.NormalSubOnly, twitch.Admin, urban_dictionary.Normal, urban_dictionary.Advanced, wikipedia.Normal, youtube.Normal, youtube.Advanced, }
Functions ¶
Types ¶
type CommandJSON ¶
type Resp ¶
type Resp struct { Prefix string `json:"prefix"` Categories []string `json:"categories"` Commands []CommandJSON `json:"commands"` }
func ToJSON ¶
func ToJSON(t core.CommandType) Resp
Click to show internal directories.
Click to hide internal directories.