This commit is contained in:
Master Kwoth 2016-04-15 00:37:42 +02:00
parent 4950e6b92c
commit 0f77e290ad

View File

@ -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();
}
}
}