Cleaned up code

This commit is contained in:
2022-06-12 10:22:43 +03:00
parent 97888626b6
commit 861b83cda2
8 changed files with 37 additions and 191 deletions

View File

@@ -1,4 +1,5 @@
using System.Collections.Generic;
using System;
using System.Collections.Generic;
using Discord.WebSocket;
using PluginManager.Others;
@@ -41,4 +42,4 @@ internal class Command
/// The prefix that is used for the command
/// </summary>
public char PrefixUsed { get; }
}
}