Closed tlk3 closed 1 year ago
I see no indication of hanging here. It just looks like this was done in the body of a command and an exception was raised.
Expected Results member to be None
No. As documented this raises NotFound
for 404 status code.
Summary
calling fetch_member returns 404, but code hangs
Reproduction Steps
member = await ctx.guild.fetch_member(123456789)
Minimal Reproducible Code
No response
Expected Results
member to be None
Actual Results
Code hangs. Debug log shows:
Intents
discord.Intents.all()
System Information
Checklist
Additional Context
No response