Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ChatTopics = []string{}/* 620 elements not displayed */
View Source
var Command = &commands.YAGCommand{ Cooldown: 5, CmdCategory: commands.CategoryFun, Name: "Topic", Description: "Generates a conversation topic to help chat get moving.", DefaultEnabled: true, SlashCommandEnabled: true, RunFunc: func(data *dcmd.Data) (interface{}, error) { topic := ChatTopics[rand.Intn(len(ChatTopics))] return "> " + topic, nil }, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.