Cleverbot now mentions person it is talking to

This commit is contained in:
Kwoth 2016-11-08 22:31:46 +01:00
parent aea73fd71f
commit b1b4afc0e8

View File

@ -83,7 +83,7 @@ namespace NadekoBot.Modules.Games
catch (Exception ex)
{
_log.Warn(ex, "Eror sending response");
await msg.Channel.SendMessageAsync(response).ConfigureAwait(false); // try twice :\
await msg.Channel.SendMessageAsync(msg.Author.Mention+" "+response).ConfigureAwait(false); // try twice :\
}
return true;
}