mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-12-05 08:52:31 -05:00
(cherry picked from commit a8f35f762c)
Co-authored-by: Kreus Amredes <67752638+Kreusada@users.noreply.github.com>
Co-authored-by: Kreus Amredes <67752638+Kreusada@users.noreply.github.com>
This commit is contained in:
@@ -3155,9 +3155,9 @@ class Core(commands.commands._RuleDropper, commands.Cog, CoreLogic):
|
||||
show_aliases = not await ctx.bot._config.help.show_aliases()
|
||||
await ctx.bot._config.help.show_aliases.set(show_aliases)
|
||||
if show_aliases:
|
||||
await ctx.send(_("Help will show commands aliases."))
|
||||
await ctx.send(_("Help will now show command aliases."))
|
||||
else:
|
||||
await ctx.send(_("Help will not show commands aliases."))
|
||||
await ctx.send(_("Help will no longer show command aliases."))
|
||||
|
||||
@helpset.command(name="usetick")
|
||||
async def helpset_usetick(self, ctx: commands.Context, use_tick: bool = None):
|
||||
|
||||
Reference in New Issue
Block a user