.novel error fix

This commit is contained in:
Master Kwoth 2017-11-12 05:32:05 +01:00
parent ae3c456194
commit eed3d47871

View File

@ -26,7 +26,7 @@ namespace NadekoBot.Modules.Searches
if (novelData == null) if (novelData == null)
{ {
await ReplyErrorLocalized("failed_finding_novel").ConfigureAwait(false); await ReplyErrorLocalized("error_finding_novel").ConfigureAwait(false);
return; return;
} }