Closed Meff1u closed 2 years ago
e.g. :
const member = await client.members.fetch(serverid, memberid); console.log(member.level, member.xp)
and it will return actual level and xp for guild.
This is a limitation of the Guilded API. XP data is not actively returned by API routes, though there are some workarounds like using the setXp method with 0 xp which will return their current xp.
e.g. :
and it will return actual level and xp for guild.