mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2024-12-24 14:07:03 +01:00
Fix emoji url still asset form
This commit is contained in:
parent
93e85e3352
commit
2e954aaffb
@ -99,7 +99,7 @@ def get_formatted_emojis(emojis):
|
||||
"name": emo.name,
|
||||
"require_colons": emo.require_colons,
|
||||
"roles": get_roles_list(emo.roles),
|
||||
"url": emo.url,
|
||||
"url": str(emo.url),
|
||||
})
|
||||
return emotes
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user