From 048f69ddf24a604c90ac2712b79735072d9eecb7 Mon Sep 17 00:00:00 2001 From: Master Kwoth Date: Fri, 15 Apr 2016 01:02:10 +0200 Subject: [PATCH] added leet command description --- NadekoBot/Modules/Games/Commands/LeetCommand.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/NadekoBot/Modules/Games/Commands/LeetCommand.cs b/NadekoBot/Modules/Games/Commands/LeetCommand.cs index 81e5370d..f58b0b38 100644 --- a/NadekoBot/Modules/Games/Commands/LeetCommand.cs +++ b/NadekoBot/Modules/Games/Commands/LeetCommand.cs @@ -297,6 +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") .Parameter("level", ParameterType.Required) .Parameter("text", ParameterType.Unparsed) .Do(async e =>