-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Closed
Labels
no reproCannot be reproduced.Cannot be reproduced.
Description
Summary
getting members of roles is always empty
Reproduction Steps
@bot.listen
async def on_message(ctx):
if ctx.guild:
print(all(len(x.members) == 0 for x in ctx.guild.roles))
Expected Results
I expected to be able to pull each User from their associated role.
Actual Results
No traceback, just always empty.
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.
System Information
- Python v3.7.4-final
- discord.py v1.2.5-final
- aiohttp v3.5.4
- websockets v6.0
- system info: Linux 4.19.84-1-MANJARO Fix issue with author changing type #1 SMP PREEMPT Wed Nov 13 00:07:37 UTC 2019
Metadata
Metadata
Assignees
Labels
no reproCannot be reproduced.Cannot be reproduced.