mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-07 19:58:54 -05:00
Improve helpset showaliases docstring (#5376)
This commit is contained in:
parent
6eb922e7d9
commit
a8f35f762c
@ -3155,9 +3155,9 @@ class Core(commands.commands._RuleDropper, commands.Cog, CoreLogic):
|
|||||||
show_aliases = not await ctx.bot._config.help.show_aliases()
|
show_aliases = not await ctx.bot._config.help.show_aliases()
|
||||||
await ctx.bot._config.help.show_aliases.set(show_aliases)
|
await ctx.bot._config.help.show_aliases.set(show_aliases)
|
||||||
if show_aliases:
|
if show_aliases:
|
||||||
await ctx.send(_("Help will show commands aliases."))
|
await ctx.send(_("Help will now show command aliases."))
|
||||||
else:
|
else:
|
||||||
await ctx.send(_("Help will not show commands aliases."))
|
await ctx.send(_("Help will no longer show command aliases."))
|
||||||
|
|
||||||
@helpset.command(name="usetick")
|
@helpset.command(name="usetick")
|
||||||
async def helpset_usetick(self, ctx: commands.Context, use_tick: bool = None):
|
async def helpset_usetick(self, ctx: commands.Context, use_tick: bool = None):
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user