Help Cog¶
Module that implments the help command and all of its subcommands
-
class
cogs.help.Help(client)¶ This cog defines the set of commands with which users can ask the bot what commands are availible to them. Note that the ctx argument that each of these methods take is given by the discord API.
-
async
help_cmd(ctx: Context) → None¶ Generalized help command that displays all command availible to the user.
Invoked like: /help
-
async
queue_help(ctx: Context) → None¶ Tells the user all commands that are pertinent to using the queue according to their acces level
Invoked like: /help queue
-
async
refresh_help(ctx: Context) → None¶ Utility refreshing the help in the help channel. Useful for when new commands get impletmented
Invoked like: /help refreshhelp
-
async