Custom status
#8021
-
How can I use discord py to set custom status on my Discord account? I know that custom statuses don't work for bots but I want to change it for user account with updated stats about something. |
Beta Was this translation helpful? Give feedback.
Answered by
LostLuma
May 10, 2022
Replies: 1 comment 2 replies
-
You can not set a custom status on a user account in any TOS-friendly way sadly. The best alternative is to create a program to set a rich presence status instead, however this is not a part of discord.py, so you will need to find another library to do so. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
Rapptz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can not set a custom status on a user account in any TOS-friendly way sadly. The best alternative is to create a program to set a rich presence status instead, however this is not a part of discord.py, so you will need to find another library to do so.