From 12ce4c331e7b76417ccc555a5978c0b78792d166 Mon Sep 17 00:00:00 2001 From: TrueDoctor Date: Thu, 27 Sep 2018 01:58:26 +0200 Subject: disabeled some of the discord commandhandling to forward the requests to the web api --- DiscoBot/Commands/Help.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'DiscoBot/Commands/Help.cs') diff --git a/DiscoBot/Commands/Help.cs b/DiscoBot/Commands/Help.cs index aa168fc..4c378c9 100644 --- a/DiscoBot/Commands/Help.cs +++ b/DiscoBot/Commands/Help.cs @@ -67,8 +67,9 @@ namespace DiscoBot.Commands } return res; } +/* - [Command("help"), Summary("prints the help menu.")] + //[Command("help"), Summary("prints the help menu.")] [Alias("Help", "man", "Man", "Hilfe", "hilfe", "h")] public async Task ShowHelpAsync(params string[] command_list) { @@ -93,6 +94,6 @@ namespace DiscoBot.Commands //await this.ReplyAsync("```xl\n" + com.GetDescription() + "\n```"); await this.ReplyAsync("```xl\n" + Get_Specific_Help(command) + "\n```"); - } + }*/ } } -- cgit v1.2.3-54-g00ecf