mirror of
				https://github.com/TitanEmbeds/Titan.git
				synced 2025-11-04 07:47:10 +01:00 
			
		
		
		
	Parse role mentions
This commit is contained in:
		@@ -159,6 +159,11 @@ class SocketIOInterface:
 | 
			
		||||
        rol = {
 | 
			
		||||
            "id": role.id,
 | 
			
		||||
            "guild_id": role.server.id,
 | 
			
		||||
            "name": role.name,
 | 
			
		||||
            "color": role.color.value,
 | 
			
		||||
            "hoist": role.hoist,
 | 
			
		||||
            "position": role.position,
 | 
			
		||||
            "permissions": role.permissions.value,
 | 
			
		||||
        }
 | 
			
		||||
        return rol
 | 
			
		||||
    
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user