mirror of
				https://github.com/TitanEmbeds/Titan.git
				synced 2025-11-04 07:47:10 +01:00 
			
		
		
		
	Remove debug print from discordbot utilspy
This commit is contained in:
		@@ -66,7 +66,6 @@ def get_formatted_user(user):
 | 
				
			|||||||
    roles = sorted(user.roles, key=lambda k: k.position, reverse=True)
 | 
					    roles = sorted(user.roles, key=lambda k: k.position, reverse=True)
 | 
				
			||||||
    for role in roles:
 | 
					    for role in roles:
 | 
				
			||||||
        userobj["roles"].append(str(role.id))
 | 
					        userobj["roles"].append(str(role.id))
 | 
				
			||||||
        print(role, role.hoist)
 | 
					 | 
				
			||||||
        if role.hoist and userobj["hoist-role"] == None:
 | 
					        if role.hoist and userobj["hoist-role"] == None:
 | 
				
			||||||
            userobj["hoist-role"] = {
 | 
					            userobj["hoist-role"] = {
 | 
				
			||||||
                "id": str(role.id),
 | 
					                "id": str(role.id),
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user