every-Bot / everyBot

A discordpy bot for all purposes
GNU Lesser General Public License v3.0
4 stars 3 forks source link

Disabling command breaks help menu #24

Closed Givo29 closed 3 years ago

Givo29 commented 3 years ago

Describe the bug Disabling a command breaks the help menu for the module that the disabled command is in - it will no longer display

To Reproduce Steps to reproduce the behavior:

  1. $help fun
  2. $disable_command roulette
  3. $help fun'
  4. $enable_command roulette
  5. $help fun

Expected behavior The help menu for the module should come up normally, excluding the disabled command

Screenshots image

Givo29 commented 3 years ago

This has been fixed in https://github.com/Givo29/everyBot/commit/e2694b3843c14749d705e2b676e3c4ae4132f1b9