Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Command = &commands.YAGCommand{ CmdCategory: commands.CategoryDebug, Name: "MemberFetcher", Aliases: []string{"memfetch"}, Description: "Shows the current status of the member fetcher", RunFunc: func(data *dcmd.Data) (interface{}, error) { fetching, notFetching := bot.MemberFetcher.Status() return fmt.Sprintf("Fetching: `%d`, Not fetching: `%d`", fetching, notFetching), nil }, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.