diff --git a/NadekoBot/Modules/Searches/Commands/RedditCommand.cs b/NadekoBot/Modules/Searches/Commands/RedditCommand.cs index 91b0744a..7a17d347 100644 --- a/NadekoBot/Modules/Searches/Commands/RedditCommand.cs +++ b/NadekoBot/Modules/Searches/Commands/RedditCommand.cs @@ -1,6 +1,5 @@ using Discord.Commands; using NadekoBot.Classes; -using System; namespace NadekoBot.Modules.Searches.Commands { @@ -12,7 +11,7 @@ namespace NadekoBot.Modules.Searches.Commands internal override void Init(CommandGroupBuilder cgb) { - throw new NotImplementedException(); + //throw new NotImplementedException(); } } }