PsychoTea / Oxide.Ext.Discord

Discord extension and integration
https://umod.org/extensions/discord
12 stars 25 forks source link

Emojis in Documentation #54

Open MyHwu9508 opened 5 years ago

MyHwu9508 commented 5 years ago

In the Documentation is written that you can use :sad: or any other emoji with that string, but it doesn't work. You have to use the Unicode Char to create the emoji!

Ex: if (message.content.ToString().Contains("already")) message.CreateReaction(Client, "🦄");