Closed JU5TDIE closed 2 years ago
I'll investigate this today
I'll investigate this today
It's been 8
I took a look, and wasn't able to repro. My guess is that it's related to client.user.edit()
.
Also, I'm on vacation right now so I can't be as quick as I normally can.
ok ;D
Fixed in latest development push.
@dolfies it doesn't work again :/
On latest master? Hmmm
On latest master? Hmmm
It works on latest rebase branch but not on latest master branch. Maybe you changed something on master branch?
@dolfies Should I reopen this issue? This is broken again.
Summary
ClientUser prints None or False on email, bio, verified (I didn't add phone number on my account but it might print as None probably)
Reproduction Steps
How did you make it happen?
Code
Relevant code that shows the bug.
Expected Results
It prints email, bio, and verified correctly as my info in discord
Actual Results
It prints None or False
System Info
Run
python -m discord --version
and paste the information below.Checklist
Let's make sure this issue is valid!
Additional Information
I do have email, bio and the account is verified. In discord.py==1.7.3, it prints correctly but not in discord.py-self