Better way to change user status than connecting to the gateway and sending a presence update? #4869
Unanswered
addiment
asked this question in
API Feature Requests & Ideas
Replies: 1 comment 4 replies
-
You need an active gateway connection for your bot to have a status/activity so your scenario of not wanting to manage a websocket connection makes no sense |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a better way to change user status (activity) than connecting to the websocket gateway and sending a opcode 3 presence update, and if there isn't, should there be? Adding API functionality to
/users/
would be much appreciated. For example, what about aGET
request to/users/@me/activity
to get the current status (like in the gateway), or aPATCH
request to change it the same way? I think it would be really helpful for automating status updates without having to go through all of the trouble of managing a websocket connection.Beta Was this translation helpful? Give feedback.
All reactions