Skip to content

Help Command

Jace Manshadi edited this page Sep 15, 2024 · 2 revisions

We used to have a help command that @modernNeo had personally [badly] implemented before that was scrapped and I updated the code to just utilize the default built-in HelpCommand and build on top of it.

The functionality I built on top of it is:

  1. Overall Help Command: .help
  2. when the help command is called on specific Cog: .help Leveling
  3. when the help command is called for a specific command: .help show_xp
  4. and the function that is called and sent off when an error is encountered with the help command

Why are the help command embed messages being saved to the DB?

As you can see in the last line of every command I reference above, I am saving information about the embed message that is sent to the database. You can find out why here.

Clone this wiki locally