Is getting a custom status really this hard? #5883
-
So I've needed to get a user's custom status a couple times now for bots, and after some research I've found that this is how to do it: for act in member.activities:
if isinstance(act, discord.CustomActivity):
return str(act) Is that really the easiest way? If so I think I'm going to file an issue and a pr. |
Beta Was this translation helpful? Give feedback.
Answered by
Rapptz
Oct 4, 2020
Replies: 2 comments
-
I added an issue for this #5884 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Please don't crosspost like this next time. Thanks. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Please don't crosspost like this next time. Thanks.