1
0
Fork 0
mirror of https://github.com/uhIgnacio/EmoteManager.git synced 2024-08-15 02:23:13 +00:00

fix "add <a:name:id>" not being animated

This commit is contained in:
bmintz 2018-10-09 06:08:20 +00:00
parent fa6b43d246
commit 6028b60067

View file

@ -112,7 +112,7 @@ class Emotes:
if match is None:
url = utils.strip_angle_brackets(args[1])
else:
url = utils.emote.url(match.group('id'))
url = utils.emote.url(match['id'], animated=match['animated'])
return name, url