mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2025-06-16 11:25:22 +02:00
Animated Emoji Support, Closes #85
This commit is contained in:
@ -44,7 +44,8 @@ def get_emojis_list(guildemojis):
|
||||
"require_colons": emote.require_colons,
|
||||
"managed": emote.managed,
|
||||
"roles": list_role_ids(emote.roles),
|
||||
"url": emote.url
|
||||
"url": emote.url,
|
||||
"animated": emote.animated
|
||||
})
|
||||
return emojis
|
||||
|
||||
|
Reference in New Issue
Block a user