diff --git a/redbot/core/core_commands.py b/redbot/core/core_commands.py index 25f772f19..fb3c632b2 100644 --- a/redbot/core/core_commands.py +++ b/redbot/core/core_commands.py @@ -3760,7 +3760,7 @@ class Core(commands.commands._RuleDropper, commands.Cog, CoreLogic): if use_menus == "reactions": msg = _("Help will use reaction menus.") await ctx.bot._config.help.use_menus.set(1) - if use_menus == "disabled": + if use_menus == "disable": msg = _("Help will not use menus.") await ctx.bot._config.help.use_menus.set(0)