Skip to content
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

[FEAT] Custom activity states #1526

Closed
1 task done
i0bs opened this issue Aug 10, 2023 · 1 comment
Closed
1 task done

[FEAT] Custom activity states #1526

i0bs opened this issue Aug 10, 2023 · 1 comment

Comments

@i0bs
Copy link
Contributor

i0bs commented Aug 10, 2023

Problem Description

discord/discord-api-docs#6345 is on open track. Bots can now set a custom activity state, including custom statuses. We currently only accept activity statuses for watching, playing and streaming.

Proposed Solution

This requires an implementation detail for our client-facing gateway and bot.

Alternatives Considered

No response

Additional Information

No response

Code of Conduct

  • I agree to follow the contribution requirements.
@AstreaTSS
Copy link
Member

interactions.py doesn't actually do any filtering based off the type, and even has the state field already, but the state itself wasn't being passed through as a payload (via to_dict()). #1527 solves this (and didn't appear on the GitHub log in the server for some reason).

@i0bs i0bs closed this as completed Aug 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants