Xnopyt / discord-bot-gui

A GUI for sending and reciving messages with a discord bot. Written by Xnopyt in Go, HTML, CSS and JS
GNU General Public License v3.0
18 stars 3 forks source link

Add animated emojis. #8

Closed LuckyMika closed 3 years ago

LuckyMika commented 3 years ago

When i try to send <:pog:788701442999189514> i doesnt work but with static emojis it works.

Xnopyt commented 3 years ago

You need to add an "a" before the name so "" would be the correct way to send it. Although I was not aware of this either so I will need to update the emoji parser to handle this. But sending that should display correctly to other users.