summaryrefslogtreecommitdiff
path: root/DiscoBot/Commands/FileHandler.cs
diff options
context:
space:
mode:
Diffstat (limited to 'DiscoBot/Commands/FileHandler.cs')
-rw-r--r--DiscoBot/Commands/FileHandler.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/DiscoBot/Commands/FileHandler.cs b/DiscoBot/Commands/FileHandler.cs
index 52c8476..0b87b15 100644
--- a/DiscoBot/Commands/FileHandler.cs
+++ b/DiscoBot/Commands/FileHandler.cs
@@ -9,10 +9,11 @@
using DiscoBot.DSA_Game.Characters;
using Discord.Commands;
+ using DSALib;
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;