mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2024-11-15 02:21:21 +01:00
Fix 'and' typo
This commit is contained in:
parent
aa5a4fa79a
commit
bd7e1419d7
@ -97,7 +97,7 @@ def check_user_permission(guild_id, id):
|
||||
|
||||
def generate_avatar_url(id, av, discrim="0000", allow_animate=False):
|
||||
if av:
|
||||
if allow_animate && str(av).startswith("a_"):
|
||||
if allow_animate and str(av).startswith("a_"):
|
||||
return avatar_base_url + str(id) + '/' + str(av) + '.gif'
|
||||
return avatar_base_url + str(id) + '/' + str(av) + '.png'
|
||||
else:
|
||||
|
Loading…
Reference in New Issue
Block a user