-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
Custom Statuses #2400
Comments
The fields in the presence payload that actually give the custom status text are ignored for bots. Until the payload for it is finalized it's not going to be added. See here discord/discord-api-docs#1160 for tracking it on the Discord side. |
discord/discord-api-docs#1160 was closed, can you check it and add the custom status to discord.py? |
Support for it should be coming soon.
|
https://discordapp.com/developers/docs/topics/gateway#activity-object-activity-types
this is it? |
That is indeed what custom statuses are, if you were trying to inform others what it is though...I assure you Danny knows what custom statuses are, as the comment above yours showed he even has it ready in his stash. |
sorry i dont know who is danny i just mention what this is appear in developer documentation but discordpy still not support this |
Danny (aka Rapptz) is the creator of this lib lol |
ok that makes sense |
This is likely delayed because:
|
Note that although this issue is closed, as of right now bots still cannot send a custom status. The developers mentioned that they were discussing whether bots should have it or not but there has been no update on that front. |
What do you mean exactly? That the bot itself cannot have custom status? |
Only users can set custom statuses |
Reading is different from setting. Reading custom statuses works fine, I was referring to setting. |
Found this just now on discord developer portal. I think bots can do that now. (I know I'm a bit late) Edit: no I was wrong, the enum is for checking activities of users, not setting activity for bots. |
I'm trying to set a custom status but its just not working and it doesn't even have an error. I tried https://discordpy.readthedocs.io/en/latest/api.htmlhighlight=client%20wait_for#discord.CustomActivity. But it just doesn't work. Does anyone know how to use a custom activity? (also i'm a bit late, sorry) |
Please don't necro old issues, Bots currently cannot set custom statuses, this is a discord limitation. |
i just wanted set custom status for my account client and not work lol |
|
Using type 3 you can emulate a custom status, not entirely though.
|
It's been long enough. Fixes Rapptz#2400
It's been long enough. Fixes Rapptz#2400
The Problem
What I want is a way to set custom statuses as the feature has been added for users recently
The Ideal Solution
Ideal solution would be using something like
client.change_presence(activity=discord.CustomStatus(status))
The Current Solution
None
Summary
Just add or suggest some way to set custom statuses without the "Playing ...", "Watching ... " or "Streaming ..."
The text was updated successfully, but these errors were encountered: