Cleverbot now mentions person it is talking to
This commit is contained in:
parent
aea73fd71f
commit
b1b4afc0e8
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user