xf52
DIAdiscord.js - Imagine an app
•Created by xf52 on 11/3/2023 in #djs-questions
How can I check the permissions in @discordjs/core
anyway, thx for help)
18 replies
DIAdiscord.js - Imagine an app
•Created by xf52 on 11/3/2023 in #djs-questions
How can I check the permissions in @discordjs/core
yes
18 replies
DIAdiscord.js - Imagine an app
•Created by xf52 on 11/3/2023 in #djs-questions
How can I check the permissions in @discordjs/core
Idk how to enable partials in @discordjs/core (@discordjs/ws))
18 replies
DIAdiscord.js - Imagine an app
•Created by xf52 on 11/3/2023 in #djs-questions
How can I check the permissions in @discordjs/core
(await <Message>.guild.members.fetchMe()).permissions
returns TypeError: Cannot read properties of undefined (reading 'members')
(await <Interaction>.guild.members.fetchMe()).permissions
returns TypeError: Cannot read properties of undefined (reading 'fetchMe')
18 replies
DIAdiscord.js - Imagine an app
•Created by xf52 on 11/3/2023 in #djs-questions
How can I check the permissions in @discordjs/core
Yes
18 replies
DIAdiscord.js - Imagine an app
•Created by xf52 on 11/3/2023 in #djs-questions
How can I check the permissions in @discordjs/core
<Message>.member.permissions
returns undefined
;
<Message>.guild.members.me.permissions
returns TypeError: Cannot read properties of undefined (reading 'members')
<Interaction>.guild.members.me.permissions
returns TypeError: Cannot read properties of undefined (reading 'me')
<Interaction>.member.permissions
returns 562949953421311
(contains a valid value)18 replies