Fixeed compile error on public bot

This commit is contained in:
Kwoth 2017-01-22 21:20:23 +01:00
parent 65be4279b8
commit 1e7a3bf3bc

View File

@ -289,6 +289,6 @@ namespace NadekoBot.Modules.NSFW
public static Task<string> GetRule34ImageLink(string tag) => public static Task<string> GetRule34ImageLink(string tag) =>
Searches.Searches.InternalDapiSearch(tag, Searches.Searches.DapiSearchType.Rule34); Searches.Searches.InternalDapiSearch(tag, Searches.Searches.DapiSearchType.Rule34);
}
#endif #endif
}
} }