Answer the question
In order to leave comments, you need to log in
How to get status like "Playing on Google Chrome" via the Discord API?
I've searched through the discord documentation and haven't been able to find anything.
Does this method even exist in the API?
Tell me please.
Answer the question
In order to leave comments, you need to log in
Javascript bot discord:
client.user.setGame("Google Chrome");
client.user.setStatus("online"); //или другой тип статуса
client.user.setPresence({
"status" : "online", //или другой тип статуса
"game" : {
"name" : 'Google Chrome',
"type" : "PLAYING" //, (или другой тип деятельности)
//:url : "URL видео на Twich" (только если стоит WATCHING или STREAMING)
}
});
playing- plays
streaming- stream on twitch
listening- listens
Watching- looks at twitch
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question