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

106
Views
Make self-bot create a server

I have a discord.js self-bot, and I'm trying to make it create a server, any help would be great.
I've tried messing around with client.user but I didn't find anything
Also if you cant create a server using discord.js (because its not meant for selfbots) im willing to use a external library (request, axios etc..)
I'm using discord.js-selfbot (discord.js v12)

client.on('message', message => {
  if (message.content === '!createserver') {
    // make server here
    message.reply('Created server!')
  }
})
about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

While I don't condone self botting due to terms, but the answer is very easily findable on the documentation for discord.js, right here assuming it exactly copies v12.

The documentation for the endpoint is available here if the copied package does not work. Or just install a working version of it using the actual discord.js package, like npm i discord.js@12.5.3.

Just be careful with self botting, for obvious reasons.

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!