diff --git a/NadekoBot/Modules/Searches.cs b/NadekoBot/Modules/Searches.cs index 84a9aa32..f55756d2 100644 --- a/NadekoBot/Modules/Searches.cs +++ b/NadekoBot/Modules/Searches.cs @@ -65,7 +65,7 @@ namespace NadekoBot.Modules { var result = await SearchHelper.GetMangaQueryResultLink(e.GetArg("query")); if (result == null) { - await e.Channel.SendMessage("Failed to find that anime."); + await e.Channel.SendMessage("Failed to find that manga."); return; } await e.Channel.SendMessage(result.ToString());