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:
parent
fa6b43d246
commit
6028b60067
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue