summaryrefslogtreecommitdiff
path: root/DSACore/Commands/MiscCommands.cs
diff options
context:
space:
mode:
Diffstat (limited to 'DSACore/Commands/MiscCommands.cs')
-rw-r--r--DSACore/Commands/MiscCommands.cs13
1 files changed, 1 insertions, 12 deletions
diff --git a/DSACore/Commands/MiscCommands.cs b/DSACore/Commands/MiscCommands.cs
index 36d5fb1..ebd1598 100644
--- a/DSACore/Commands/MiscCommands.cs
+++ b/DSACore/Commands/MiscCommands.cs
@@ -1,15 +1,4 @@
-using System;
-using System.Collections.Generic;
-using System.IO;
-using System.Linq;
-using System.Net.Http;
-using System.Text;
-using System.Threading.Tasks;
-using DSACore.DSA_Game;
-using DSACore.Auxiliary;
-using Microsoft.AspNetCore.Hosting.Internal;
-
-namespace DSACore.Commands
+namespace DSACore.Commands
{
public class MiscCommands
{