-
-
Notifications
You must be signed in to change notification settings - Fork 467
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Weird Behaviour of member.status
and member.activities
#891
Comments
Unsure if this is an actual bug but, supposing its output is different each time are you sure that your code does the proper necessary checks? Looking at the docs there's a handful of ways that you can change it to get a member's status and I believe that might be the case. By that, I mean that you could possibly check the |
What do you mean by "weird"? |
I mean, it is not returning the value it should. After all both the values are for same user but still different outputs? |
Can say that when my status was online choosing myself as the member option returned my status as online however ctx.author returned it as offline. |
#898 - I also want to link this here in case it's a related issue. Getting the activities of myself returns a tuple with the CustomActivity (i.e. my custom status) missing, and a Similarly, getting the activity of my main bot using a helper bot will return a Additional info: Initializing the helper bot with Here's an instance of both custom status and |
This should work as a workaround: |
Summary
Both
member.status
andmember.activities
return some weird values.Reproduction Steps
ctx.author
.Minimal Reproducible Code
Expected Results
The result in second case should be the same as in first case.
Actual Results
The results produced are different and the second result is weird and incorrect.
Intents
All
System Information
Checklist
The text was updated successfully, but these errors were encountered: