mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-12-05 08:52:31 -05:00
Fix [p]helpset usemenus disable (#5907)
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user