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

163
Views
Is there any way I can set my Discord Bot's online status to mobile on discord.js v13?

The methods used in previous versions of Discord.js don't seem to work in V13

I have tried using this code but it did not work

const client = new Discord.Client({ ws: { properties: { $browser: "Discord iOS" }} });

I also could not find the code used to set it in Constants.js file
File path: /node_modules/discord.js/src/util/Constants.js

Code reference: How to set a bot active on mobile

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

0

just put that code in index.js like this:

const client = new Discord.Client({
    intents: [Intents.FLAGS.GUILDS, Intents.FLAGS.GUILD_MESSAGES],
    ws: { properties: { $browser: "Discord iOS" }}
});
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!