From ae507064b9b0dc29d72f02b1ff3d7560bd38a89f Mon Sep 17 00:00:00 2001 From: Kobert-P Date: Thu, 7 Jun 2018 23:05:19 +0200 Subject: !help ich bin --- DiscoBot/Commands/Gm.cs | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'DiscoBot/Commands/Gm.cs') diff --git a/DiscoBot/Commands/Gm.cs b/DiscoBot/Commands/Gm.cs index af152fa..212bc83 100644 --- a/DiscoBot/Commands/Gm.cs +++ b/DiscoBot/Commands/Gm.cs @@ -34,6 +34,12 @@ name = givenName.Aggregate((s, c) => s + c); } + if (name.ToLower().Equals("man") || name.ToLower().Equals("help")) + { + return this.ReplyAsync("```xl\n" + Help.Get_Specific_Help("ich bin") + "\n```"); + + } + var character = Dsa.Chars.OrderBy(x => SpellCorrect.CompareEasy(name, x.Name)).First(); // usage of compareEasy -- cgit v1.2.3-70-g09d2