Remove unused imports

This commit is contained in:
Ske
2020-06-13 23:12:44 +02:00
parent d135042a58
commit c780781184
12 changed files with 1 additions and 23 deletions

View File

@@ -2,7 +2,6 @@ using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Text.RegularExpressions;
using System.Threading.Tasks;
@@ -14,7 +13,6 @@ using DSharpPlus.Exceptions;
using Humanizer;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using Serilog;