mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2024-12-25 06:27:03 +01:00
Remove debug print from discordbot utilspy
This commit is contained in:
parent
6cd27f2aff
commit
0c1b706c28
@ -66,7 +66,6 @@ def get_formatted_user(user):
|
||||
roles = sorted(user.roles, key=lambda k: k.position, reverse=True)
|
||||
for role in roles:
|
||||
userobj["roles"].append(str(role.id))
|
||||
print(role, role.hoist)
|
||||
if role.hoist and userobj["hoist-role"] == None:
|
||||
userobj["hoist-role"] = {
|
||||
"id": str(role.id),
|
||||
|
Loading…
Reference in New Issue
Block a user