mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2024-12-25 14:37:02 +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)
|
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),
|
||||||
|
Loading…
Reference in New Issue
Block a user