From 70de5aca59645fb2ff520fece5ef34ee9e2b5fec Mon Sep 17 00:00:00 2001 From: miraai Date: Tue, 2 Aug 2016 02:13:03 +0200 Subject: [PATCH] Update CustomReactions.cs --- NadekoBot/Modules/CustomReactions/CustomReactions.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NadekoBot/Modules/CustomReactions/CustomReactions.cs b/NadekoBot/Modules/CustomReactions/CustomReactions.cs index a613b6c5..b62b2dd7 100644 --- a/NadekoBot/Modules/CustomReactions/CustomReactions.cs +++ b/NadekoBot/Modules/CustomReactions/CustomReactions.cs @@ -50,7 +50,7 @@ namespace NadekoBot.Modules.CustomReactions var c = cgb.CreateCommand(commandName); if (commandName.Contains(NadekoBot.BotMention)) c.Alias(commandName.Replace("<@", "<@!")); - c.Description($"Custom reaction. |{command.Key}") + c.Description($"Custom reaction. | `{command.Key}`") .Parameter("args", ParameterType.Unparsed) .Do(async e => { @@ -64,4 +64,4 @@ namespace NadekoBot.Modules.CustomReactions }); } } -} \ No newline at end of file +}