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/NpcCommands.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'DiscoBot/Commands/NpcCommands.cs') diff --git a/DiscoBot/Commands/NpcCommands.cs b/DiscoBot/Commands/NpcCommands.cs index 98f4589..b314494 100644 --- a/DiscoBot/Commands/NpcCommands.cs +++ b/DiscoBot/Commands/NpcCommands.cs @@ -13,7 +13,7 @@ public class NpcCommands : ModuleBase { - [Command("npc"), Summary("Erstellt ein NPC")] + //[Command("npc"), Summary("Erstellt ein NPC")] [Alias("Npc", "NPc", "NPC", "nPC")] public Task RandomAsync([Summary("Create Random")] string npcName, int mean = 9, int stDv = 1) { @@ -21,7 +21,7 @@ return this.ReplyAsync($"{npcName} wurde zufällig generiert"); } - [Command("npc"), Summary("Erstellt ein NPC")] + //[Command("npc"), Summary("Erstellt ein NPC")] [Alias("Npc", "NPc", "NPC", "nPC")] public Task CopyAsync([Summary("Create Copy")] string npcName, string source, int stDv = 1) { -- cgit v1.2.3-70-g09d2