mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 11:18:54 -05:00
Fix [p]helpset usemenus disable (#5907)
This commit is contained in:
parent
6023f9015c
commit
0580213cb6
@ -3760,7 +3760,7 @@ class Core(commands.commands._RuleDropper, commands.Cog, CoreLogic):
|
|||||||
if use_menus == "reactions":
|
if use_menus == "reactions":
|
||||||
msg = _("Help will use reaction menus.")
|
msg = _("Help will use reaction menus.")
|
||||||
await ctx.bot._config.help.use_menus.set(1)
|
await ctx.bot._config.help.use_menus.set(1)
|
||||||
if use_menus == "disabled":
|
if use_menus == "disable":
|
||||||
msg = _("Help will not use menus.")
|
msg = _("Help will not use menus.")
|
||||||
await ctx.bot._config.help.use_menus.set(0)
|
await ctx.bot._config.help.use_menus.set(0)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user