Cleaned up usings

This commit is contained in:
RogueException
2016-10-04 09:01:57 -03:00
parent 4678544fed
commit 8aa1050b93
26 changed files with 33 additions and 53 deletions

View File

@@ -3,7 +3,6 @@ using Newtonsoft.Json;
using Newtonsoft.Json.Serialization;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Reflection;

View File

@@ -1,5 +1,4 @@
using Discord.Net.Rest;
using System;
using System.Collections.Generic;
using System.IO;
using System.Threading.Tasks;