diff --git a/ChaosBot/Discord/Modules/InfoCommands.cs b/ChaosBot/Discord/Modules/InfoCommands.cs index d4bd115..62c5fa8 100644 --- a/ChaosBot/Discord/Modules/InfoCommands.cs +++ b/ChaosBot/Discord/Modules/InfoCommands.cs @@ -3,9 +3,6 @@ using Discord; using System.Text; using Discord.Commands; using System.Threading.Tasks; -using System.Collections.Generic; -using System.Data; -using ChaosBot.Controllers; using ChaosBot.Database; using Microsoft.Extensions.Configuration; using NLog;