Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

793
Visualizações
setPresence activity type in discord.js v14 can only be set to "PLAYING"

When I try to set the status of the bot, I do not know the type, basically, there are 4 ways: PLAYING, WATCHING, LISTENING, and STREAMING. But I can't set anything else, I can only use the default PLAYING.

Am I inattentive or can't really be like that in the newer update?

client.user.setPresence({ activities: [{ name: `discord.js v14`, type: `WATCHING` }], status: 'dnd' })
about 4 years ago · Santiago Trujillo
1 Respostas
Responde à pergunta

0

In v14, you will need to use the ActivityType enums or numbers.

You can import it from discord.js:

const { Client, GatewayIntentBits, ActivityType } = require('discord.js');

And use it like this:

client.user.setPresence({
  activities: [{ name: `discord.js v14`, type: ActivityType.Watching }],
  status: 'dnd',
});

List of ActivityTypes:

v13 v14 v14 value
"COMPETING" ActivityType.Competing 5
"LISTENING" ActivityType.Listening 2
"PLAYING" ActivityType.Playing 0
"STREAMING" ActivityType.Streaming 1
"WATCHING" ActivityType.Watching 3
about 4 years ago · Santiago Trujillo Relatório
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda