summaryrefslogtreecommitdiff
path: root/DiscoBot/Commands/FileHandler.cs
diff options
context:
space:
mode:
authorTrueDoctor <d-kobert@web.de>2018-09-27 01:58:26 +0200
committerTrueDoctor <d-kobert@web.de>2018-09-27 01:58:26 +0200
commit12ce4c331e7b76417ccc555a5978c0b78792d166 (patch)
tree752d7e94217d65a36e99838e3ef625bace27b6f9 /DiscoBot/Commands/FileHandler.cs
parentcd4785347eb641a0fab1a7157d701dd5d8c3259f (diff)
disabeled some of the discord commandhandling to forward the requests to the web api
Diffstat (limited to 'DiscoBot/Commands/FileHandler.cs')
-rw-r--r--DiscoBot/Commands/FileHandler.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/DiscoBot/Commands/FileHandler.cs b/DiscoBot/Commands/FileHandler.cs
index 943a6e4..0b87b15 100644
--- a/DiscoBot/Commands/FileHandler.cs
+++ b/DiscoBot/Commands/FileHandler.cs
@@ -13,7 +13,7 @@
public class FileHandler : ModuleBase
{
- [Command("send"), Summary("fügt Helden hinzu")]
+ //[Command("send"), Summary("fügt Helden hinzu")]
public async Task AddChar()
{
var msg = this.Context.Message;