diff --git a/Module/ModCommands/Commands/BanKick.cs b/Module/ModCommands/Commands/BanKick.cs index 6630dad..9fdbc0b 100644 --- a/Module/ModCommands/Commands/BanKick.cs +++ b/Module/ModCommands/Commands/BanKick.cs @@ -2,8 +2,6 @@ using Newtonsoft.Json.Linq; using Noikoio.RegexBot.ConfigItem; using System; -using System.Linq; -using System.Text.RegularExpressions; using System.Threading.Tasks; namespace Noikoio.RegexBot.Module.ModCommands.Commands diff --git a/Module/ModCommands/Commands/Say.cs b/Module/ModCommands/Commands/Say.cs index a5895df..ea8518a 100644 --- a/Module/ModCommands/Commands/Say.cs +++ b/Module/ModCommands/Commands/Say.cs @@ -1,5 +1,4 @@ -using Discord; -using Discord.WebSocket; +using Discord.WebSocket; using Newtonsoft.Json.Linq; using System; using System.Threading.Tasks; diff --git a/Module/ModCommands/Commands/Unban.cs b/Module/ModCommands/Commands/Unban.cs index e5343da..a2e74bf 100644 --- a/Module/ModCommands/Commands/Unban.cs +++ b/Module/ModCommands/Commands/Unban.cs @@ -1,8 +1,6 @@ using Discord.WebSocket; using Newtonsoft.Json.Linq; using System; -using System.Linq; -using System.Text.RegularExpressions; using System.Threading.Tasks; namespace Noikoio.RegexBot.Module.ModCommands.Commands