PNV | Cam
PNV | Cam
DIAdiscord.js - Imagine an app
Created by PNV | Cam on 7/28/2024 in #djs-questions
Cache of GuildMembers
so how can i get full member of specific role
14 replies
DIAdiscord.js - Imagine an app
Created by PNV | Cam on 7/28/2024 in #djs-questions
Cache of GuildMembers
if the member of a role wasn't in the cache, will role.members return full member having that role?
14 replies
DIAdiscord.js - Imagine an app
Created by PNV | Cam on 7/28/2024 in #djs-questions
Cache of GuildMembers
i wanna get all members of a role but someone told me in #djs-help-v14 that the all the members of this role must be cached so i tried to use this
const guild = await client.guilds.fetch({ guild: '755793441287438469' });
const role = await guild.roles.fetch(role_id, { cache: true, force: true }).catch(() => { })
const guild = await client.guilds.fetch({ guild: '755793441287438469' });
const role = await guild.roles.fetch(role_id, { cache: true, force: true }).catch(() => { })
but role.members doesnt return full members of that role
14 replies
DIAdiscord.js - Imagine an app
Created by PNV | Cam on 7/28/2024 in #djs-questions
Cache of GuildMembers
i fetched but it return null and 'Unkown Member' error
14 replies
DIAdiscord.js - Imagine an app
Created by PNV | Cam on 9/21/2022 in #djs-questions
[DiscordAPIError] Unknown interaction (MessageButton v13.6.0)
i read about it but don't know how to code
7 replies
DIAdiscord.js - Imagine an app
Created by PNV | Cam on 9/21/2022 in #djs-questions
[DiscordAPIError] Unknown interaction (MessageButton v13.6.0)
can you show me example?
7 replies
DIAdiscord.js - Imagine an app
Created by PNV | Cam on 9/19/2022 in #djs-questions
Is there a event for roles' name change? (v13.6.0)
oh ok thanks
4 replies