Changed a help message
This commit is contained in:
parent
dbe330cf64
commit
18498440f4
|
|
@ -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
|
# 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)}")
|
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):
|
async def get_user_default_channel_name(self, ctx: commands.Context):
|
||||||
channel_name = self.channels_config.get_user_channel_name(ctx.guild, ctx.author)
|
channel_name = self.channels_config.get_user_channel_name(ctx.guild, ctx.author)
|
||||||
if channel_name is None:
|
if channel_name is None:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue