Changed error message for ~lolban

This commit is contained in:
Kwoth 2016-11-03 13:05:04 +01:00
parent 83e0ccd226
commit 1fe0c63f52

View File

@ -67,7 +67,7 @@ namespace NadekoBot.Modules.Searches
}
catch (Exception)
{
await channel.SendMessageAsync($":anger: Fail: Champion.gg didsabled ban data until next patch. Sorry for the inconvenience.").ConfigureAwait(false);
await channel.SendMessageAsync($":anger: `Something went wrong.`").ConfigureAwait(false);
}
}
}