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
1 changed files with 1 additions and 1 deletions

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