From 154b549abb34e96b744f375fa473c6a3304017ba Mon Sep 17 00:00:00 2001 From: Noikoio Date: Sat, 10 Mar 2018 18:10:50 -0800 Subject: [PATCH] 'Remove and Sort Usings' --- Module/ModCommands/Commands/BanKick.cs | 2 -- Module/ModCommands/Commands/Say.cs | 3 +-- Module/ModCommands/Commands/Unban.cs | 2 -- 3 files changed, 1 insertion(+), 6 deletions(-) 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