From f682ee31bed8baa5ad7ff152828933bd454a9401 Mon Sep 17 00:00:00 2001 From: miraai Date: Tue, 2 Aug 2016 01:45:55 +0200 Subject: [PATCH] Update SelfAssignedRolesCommand.cs --- .../Administration/Commands/SelfAssignedRolesCommand.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/NadekoBot/Modules/Administration/Commands/SelfAssignedRolesCommand.cs b/NadekoBot/Modules/Administration/Commands/SelfAssignedRolesCommand.cs index 4386ab11..f88957bd 100644 --- a/NadekoBot/Modules/Administration/Commands/SelfAssignedRolesCommand.cs +++ b/NadekoBot/Modules/Administration/Commands/SelfAssignedRolesCommand.cs @@ -17,7 +17,7 @@ namespace NadekoBot.Modules.Administration.Commands { cgb.CreateCommand(Module.Prefix + "asar") .Description("Adds a role, or list of roles separated by whitespace" + - $"(use quotations for multiword roles) to the list of self-assignable roles. | {Prefix}asar Gamer") + $"(use quotations for multiword roles) to the list of self-assignable roles. | `{Prefix}asar Gamer`") .Parameter("roles", ParameterType.Multiple) .AddCheck(SimpleCheckers.CanManageRoles) .Do(async e => @@ -112,7 +112,7 @@ namespace NadekoBot.Modules.Administration.Commands cgb.CreateCommand(Module.Prefix + "iam") .Description("Adds a role to you that you choose. " + "Role must be on a list of self-assignable roles." + - $" | {Prefix}iam Gamer") + $" | `{Prefix}iam Gamer`") .Parameter("role", ParameterType.Unparsed) .Do(async e => { @@ -168,7 +168,7 @@ namespace NadekoBot.Modules.Administration.Commands .Alias(Module.Prefix + "iamn") .Description("Removes a role to you that you choose. " + "Role must be on a list of self-assignable roles." + - $" | {Prefix}iamn Gamer") + $" | `{Prefix}iamn Gamer`") .Parameter("role", ParameterType.Unparsed) .Do(async e => {