From 76592c99c235b536d537b2a328aefabf983266cf Mon Sep 17 00:00:00 2001 From: Master Kwoth Date: Sat, 16 Apr 2016 18:45:38 +0200 Subject: [PATCH] fixed some descriptions --- NadekoBot/Modules/Administration/AdministrationModule.cs | 4 ++-- NadekoBot/Modules/Games/Commands/Leet.cs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/NadekoBot/Modules/Administration/AdministrationModule.cs b/NadekoBot/Modules/Administration/AdministrationModule.cs index 948df3a5..f954bbb0 100644 --- a/NadekoBot/Modules/Administration/AdministrationModule.cs +++ b/NadekoBot/Modules/Administration/AdministrationModule.cs @@ -1,8 +1,8 @@ using Discord; using Discord.Commands; using Discord.Modules; -using NadekoBot.DataModels; using NadekoBot.Classes; +using NadekoBot.DataModels; using NadekoBot.Extensions; using NadekoBot.Modules.Administration.Commands; using NadekoBot.Modules.Permissions.Classes; @@ -787,7 +787,7 @@ namespace NadekoBot.Modules.Administration }); cgb.CreateCommand(Prefix + "videocall") - .Description("Creates a private appear.in video call link for you and other mentioned people. The link is sent to mentioned people via a private message.") + .Description("Creates a private video call link for you and other mentioned people. The link is sent to mentioned people via a private message.") .Parameter("arg", ParameterType.Unparsed) .Do(async e => { diff --git a/NadekoBot/Modules/Games/Commands/Leet.cs b/NadekoBot/Modules/Games/Commands/Leet.cs index f58b0b38..53724a85 100644 --- a/NadekoBot/Modules/Games/Commands/Leet.cs +++ b/NadekoBot/Modules/Games/Commands/Leet.cs @@ -297,7 +297,7 @@ namespace NadekoBot.Modules.Games.Commands internal override void Init(CommandGroupBuilder cgb) { cgb.CreateCommand(Module.Prefix + "leet") - .Description($"Converts a text to leetspeak with 6 (1-6) severity levels\n**Usage:** {Module.Prefix}leet 3 Hello") + .Description($"Converts a text to leetspeak with 6 (1-6) severity levels\n**Usage**: {Module.Prefix}leet 3 Hello") .Parameter("level", ParameterType.Required) .Parameter("text", ParameterType.Unparsed) .Do(async e =>