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

487
Views
(DISCORD.JS V13) client.guilds.cache.get is not working properly

Im making a bot in discord.js v13, and i wanted to return client's number of guilds/users/channels. But it returns function get() { [native code] } instead.

        const main = new MessageEmbed()
            .setColor("#6164ab")
            .addField("<:discordReply:971028493645262888> Stats", `• ${client.guilds.cache.get} guilds\n• ${client.users.cache.get} users\n• ${client.channels.cache.get} channels`)

        await interaction.reply({ embeds: [main], ephemeral: true })

This is my code. Thanks.

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

0

The correct property for getting the number of entries turned out to be .size and not .get.

about 4 years ago · Juan Pablo Isaza Report

0

In Discord.JS docs, as i see guilds.cache is returning a collection and it has properties to get size. So you can basically get size of guilds with;

client.guilds.cache.size // => Returns number

More info

Unfortunately, .get is method and so it should be .get() which is returning undefined...

More info

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!