'Remove and Sort Usings'

This commit is contained in:
Noikoio 2018-03-10 18:10:50 -08:00
parent 800956e2aa
commit 154b549abb
3 changed files with 1 additions and 6 deletions

View file

@ -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

View file

@ -1,5 +1,4 @@
using Discord;
using Discord.WebSocket;
using Discord.WebSocket;
using Newtonsoft.Json.Linq;
using System;
using System.Threading.Tasks;

View file

@ -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