Answer the question
In order to leave comments, you need to log in
How to make discord.js bot status?
I want to make an extended status for example:
Or if this is not possible, then give a script for the status of the bot "Streaming in ..."
I will be grateful
Answer the question
In order to leave comments, you need to log in
inserting a programming language logo and a circle in the lower right corner is impossible.
but, you can add lines (visual studio code, editing, workspace, passed).
of course, the bot will not be able to monitor your workspace and file, but the lines will be, for example:
client.user.setPresence({
game: {
name: `Visual Studio Code\nEditing: discord.rb`, /* если интересует, как сделать "прошло" - отпишите в комментарии */
type: 'LISTENING'
}
})
type:
with STREAMING
and add after the STREAMING
line url
: client.user.setPresence({
game: {
name: 'text',
type: "STREAMING",
url: "ссылка"
}
});
});
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question