cronokirby / alchemy

A discord library for Elixir
MIT License
152 stars 34 forks source link

fix: missing 'animated' property on emoji struct #125

Closed xunafay closed 2 years ago

xunafay commented 2 years ago

Animated emotes did not display properly as they were missing the a in their format

<a:name:id> # animated emote format
<:name:id> # static emote format
cronokirby commented 2 years ago

Looks good, thanks!