Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

133
Views
How to make a status command in discord.js

I want to make a command that changes my bots status. all i know is that client.user.setActivity('STATUS'); sets a status but im having trouble getting the status to set from the message

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

There are more elements to the status than just a string

client.user.setActivity({
    name: `Actual text here`,
    type: '', // 1 of the 4 below here
});

// 'WATCHING'
// 'LISTENING'
// 'PLAYING'
// 'STREAMING'

Depending on how you have your command set up depends on how it is executed, but without a code example, I have way too many choices on how to initiate this.

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!