mirror of
				https://github.com/TitanEmbeds/Titan.git
				synced 2025-11-04 07:47:10 +01:00 
			
		
		
		
	Fix 'and' typo
This commit is contained in:
		@@ -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:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user