-
Notifications
You must be signed in to change notification settings - Fork 19
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:
-
Overall Help Command:
.help
-
when the help command is called on specific Cog:
.help Leveling
-
when the help command is called for a specific command:
.help show_xp
- and the function that is called and sent off when an error is encountered with the help command
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.