From 3c229a0952a59ce32d2b2b2a9399833962ccb0e1 Mon Sep 17 00:00:00 2001 From: TrueDoctor Date: Thu, 7 Jun 2018 12:37:39 +0200 Subject: fixed clerar command changed Leben und asp to IChar extension --- DiscoBot/Commands/FileHandler.cs | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'DiscoBot/Commands/FileHandler.cs') diff --git a/DiscoBot/Commands/FileHandler.cs b/DiscoBot/Commands/FileHandler.cs index 7885aa9..0e8af60 100644 --- a/DiscoBot/Commands/FileHandler.cs +++ b/DiscoBot/Commands/FileHandler.cs @@ -3,7 +3,9 @@ using System; using System.Linq; using System.Net; - + + using DiscoBot.Auxiliary; + using DiscoBot.Characters; using DiscoBot.DSA_Game; using DiscoBot.DSA_Game.Characters; @@ -11,7 +13,7 @@ public class FileHandler : ModuleBase { - [Command("add"), Summary("fügt Helden hinzu")] + [Command("send"), Summary("fügt Helden hinzu")] public void AddChar() { var msg = this.Context.Message; @@ -40,4 +42,4 @@ } } } -} +} \ No newline at end of file -- cgit v1.2.3-54-g00ecf