Benricheson101 / discord-status

Get Discord status updates in your server. Now with slash commands :D
GNU General Public License v3.0
61 stars 8 forks source link

Emoji not appearing #3

Closed Davi-the-Mudkip closed 3 years ago

Davi-the-Mudkip commented 3 years ago

The emoji isn't appearing in the webhook's message, only the alias. How to fix that?

image

Benricheson101 commented 3 years ago

Give the @everyone role external emoji perms. Discord doesn't allow webhooks to use external emojis if that permission is denied.

Davi-the-Mudkip commented 3 years ago

Thanks.