diff --git a/NadekoBot/Modules/Administration/Commands/LogCommand.cs b/NadekoBot/Modules/Administration/Commands/LogCommand.cs index c4b3d1fa..bfb0e522 100644 --- a/NadekoBot/Modules/Administration/Commands/LogCommand.cs +++ b/NadekoBot/Modules/Administration/Commands/LogCommand.cs @@ -1,7 +1,6 @@ using Discord; using Discord.Commands; using NadekoBot.Classes; -using NadekoBot.Classes; using NadekoBot.Modules.Permissions.Classes; using System; using System.Collections.Concurrent; diff --git a/NadekoBot/Modules/Administration/Commands/Remind.cs b/NadekoBot/Modules/Administration/Commands/Remind.cs index 3b0f20d8..f14ca224 100644 --- a/NadekoBot/Modules/Administration/Commands/Remind.cs +++ b/NadekoBot/Modules/Administration/Commands/Remind.cs @@ -1,6 +1,5 @@ using Discord; using Discord.Commands; -using NadekoBot.Classes; using NadekoBot._DataModels; using NadekoBot.Classes; using System; diff --git a/NadekoBot/Modules/Administration/Commands/SelfAssignedRolesCommand.cs b/NadekoBot/Modules/Administration/Commands/SelfAssignedRolesCommand.cs index 36d6aeea..b5684634 100644 --- a/NadekoBot/Modules/Administration/Commands/SelfAssignedRolesCommand.cs +++ b/NadekoBot/Modules/Administration/Commands/SelfAssignedRolesCommand.cs @@ -1,6 +1,5 @@ using Discord.Commands; using NadekoBot.Classes; -using NadekoBot.Classes; using NadekoBot.Modules.Permissions.Classes; using System.Collections.Generic; using System.Linq; diff --git a/NadekoBot/Modules/Administration/Commands/VoicePlusTextCommand.cs b/NadekoBot/Modules/Administration/Commands/VoicePlusTextCommand.cs index 7e90aa62..7cbd58e5 100644 --- a/NadekoBot/Modules/Administration/Commands/VoicePlusTextCommand.cs +++ b/NadekoBot/Modules/Administration/Commands/VoicePlusTextCommand.cs @@ -1,7 +1,6 @@ using Discord; using Discord.Commands; using NadekoBot.Classes; -using NadekoBot.Classes; using NadekoBot.Modules.Permissions.Classes; using System; using System.Linq; diff --git a/NadekoBot/Modules/Games/Commands/PlantPick.cs b/NadekoBot/Modules/Games/Commands/PlantPick.cs index d141b019..1d30f25e 100644 --- a/NadekoBot/Modules/Games/Commands/PlantPick.cs +++ b/NadekoBot/Modules/Games/Commands/PlantPick.cs @@ -1,7 +1,6 @@ using Discord; using Discord.Commands; using NadekoBot.Classes; -using NadekoBot.Classes; using System; using System.Collections.Concurrent; using System.IO; diff --git a/NadekoBot/Modules/Games/Commands/SpeedTyping.cs b/NadekoBot/Modules/Games/Commands/SpeedTyping.cs index d71045d3..ceb7a3b5 100644 --- a/NadekoBot/Modules/Games/Commands/SpeedTyping.cs +++ b/NadekoBot/Modules/Games/Commands/SpeedTyping.cs @@ -1,6 +1,5 @@ using Discord; using Discord.Commands; -using NadekoBot.Classes; using NadekoBot._DataModels; using NadekoBot.Classes; using NadekoBot.Extensions; diff --git a/NadekoBot/Modules/Permissions/Commands/FilterInvitesCommand.cs b/NadekoBot/Modules/Permissions/Commands/FilterInvitesCommand.cs index a277d7a0..91ca3322 100644 --- a/NadekoBot/Modules/Permissions/Commands/FilterInvitesCommand.cs +++ b/NadekoBot/Modules/Permissions/Commands/FilterInvitesCommand.cs @@ -1,7 +1,6 @@ using Discord; using Discord.Commands; using NadekoBot.Classes; -using NadekoBot.Classes; using NadekoBot.Modules.Permissions.Classes; using System; using System.Text.RegularExpressions; diff --git a/NadekoBot/Modules/Permissions/Commands/FilterWordsCommand.cs b/NadekoBot/Modules/Permissions/Commands/FilterWordsCommand.cs index 2d3528a8..356068df 100644 --- a/NadekoBot/Modules/Permissions/Commands/FilterWordsCommand.cs +++ b/NadekoBot/Modules/Permissions/Commands/FilterWordsCommand.cs @@ -1,7 +1,6 @@ using Discord; using Discord.Commands; using NadekoBot.Classes; -using NadekoBot.Classes; using NadekoBot.Modules.Permissions.Classes; using System; using System.Linq; diff --git a/NadekoBot/Modules/Searches/Commands/LoLCommands.cs b/NadekoBot/Modules/Searches/Commands/LoLCommands.cs index 01848c21..30d416b6 100644 --- a/NadekoBot/Modules/Searches/Commands/LoLCommands.cs +++ b/NadekoBot/Modules/Searches/Commands/LoLCommands.cs @@ -1,6 +1,5 @@ using Discord.Commands; using NadekoBot.Classes; -using NadekoBot.Classes; using NadekoBot.Extensions; using Newtonsoft.Json.Linq; using System; diff --git a/NadekoBot/Modules/Searches/Commands/StreamNotifications.cs b/NadekoBot/Modules/Searches/Commands/StreamNotifications.cs index ce3b05a6..41cea350 100644 --- a/NadekoBot/Modules/Searches/Commands/StreamNotifications.cs +++ b/NadekoBot/Modules/Searches/Commands/StreamNotifications.cs @@ -1,7 +1,6 @@ using Discord.Commands; using NadekoBot.Classes; using NadekoBot.Classes.JSONModels; -using NadekoBot.Classes; using NadekoBot.Modules.Permissions.Classes; using Newtonsoft.Json.Linq; using System;