-
Notifications
You must be signed in to change notification settings - Fork 82
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
Implement custom status #857
Conversation
Seems like I botched that commit message whoops |
003aed3
to
3c5b8f0
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it also seems like state
can be set on other activity types, so a parameter should probably be added to the other functions in PresenceBuilder
Co-authored-by: lukellmann <[email protected]>
It's a var in the presence builder, so you should be able to do kord.editPresence {
state = "HI"
playing("game")
} |
@lukellmann blob's PR was merged so is this ready? |
see latest review about the issue i still see |
discord/discord-api-docs#6345