From 63d68aa142e0c402390d56e360a228ef3cafedfe Mon Sep 17 00:00:00 2001 From: Sean Stoves Date: Wed, 3 Jun 2020 19:14:55 -0400 Subject: [PATCH] Updating to remove ChaosBot.Cotrollers --- ChaosBot/Discord/Modules/InfoCommands.cs | 3 --- 1 file changed, 3 deletions(-) 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;