From 18498440f4149f90a89e48da37bdb2ba33d3204c Mon Sep 17 00:00:00 2001 From: Elnath Date: Tue, 12 Jan 2021 01:29:31 +0100 Subject: [PATCH] Changed a help message --- VocalMaisBot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VocalMaisBot.py b/VocalMaisBot.py index 96f7519..a9f1947 100755 --- a/VocalMaisBot.py +++ b/VocalMaisBot.py @@ -204,7 +204,7 @@ class VocalMaisBot(commands.Cog): # so we do not want the users to get their hopes up by seeing markdown working in the message await ctx.send(f":white_check_mark: The default name for your channels has been set! If you create one now, it will appear as {discord_utils.voice_channel_safe_name(name, user_name_replacement = ctx.author.display_name, escape_markdown = True)}") - @default_channel_name_subcommands.command("get", help = "Get the default name for your voice channels") + @default_channel_name_subcommands.command("get", help = "See what the default name for your voice channels is") async def get_user_default_channel_name(self, ctx: commands.Context): channel_name = self.channels_config.get_user_channel_name(ctx.guild, ctx.author) if channel_name is None: