From 0f77e290ad58093979dfbed4058b68cb04b97f42 Mon Sep 17 00:00:00 2001 From: Master Kwoth Date: Fri, 15 Apr 2016 00:37:42 +0200 Subject: [PATCH] woopsy --- NadekoBot/Modules/Searches/Commands/RedditCommand.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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(); } } }