Role Position Return 1
Lumabots opened this issue · 3 comments
Lumabots commented
Summary
Role Position Return The Wrong Position
Reproduction Steps
I used the role.position
Minimal Reproducible Code
for role in guild.roles:
print(role, role.position)
Expected Results
role and position
Actual Results
role and 1 for each (except everyone which is 0)
Intents
all
System Information
in 2.5 working normally
in 2.6 giving 0, 1 and 2 max
in 2.6.1 giving 0 and 1
Checklist
- I have searched the open issues for duplicates.
- I have shown the entire traceback, if possible.
- I have removed my token from display, if visible.
Additional Context
No response
NeloBlivion commented
can't repro, position is received directly from the API which we don't modify.
Paillat-dev commented
I'll test this later today
Lumabots commented
Did try in another server and it works great, I guess the issue come from the guild, which is strange...