You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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, "🦄");
The text was updated successfully, but these errors were encountered:
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, "🦄");
The text was updated successfully, but these errors were encountered: