Fixed mentions

This commit is contained in:
RogueException
2016-01-06 16:18:03 -04:00
parent f38ed87343
commit e600cdc999

View File

@@ -131,7 +131,7 @@ namespace Discord.Net
{
var request = new SendMessageRequest(msg.Channel.Id)
{
Content = msg.Text,
Content = msg.RawText,
Nonce = msg.Nonce.ToString(),
IsTTS = msg.IsTTS
};