channelUpdate Permissions
Hey there, how can I retreive the permission changes on the event? Upon fetching the audit logs and looking for the channelUpdate AuditLogEvent,
logs.entries.first().changes
logs this
How can I use the bitfields to actual permissions?3 Replies
- What's your exact discord.js
npm list discord.js
and node node -v
version?
- Not a discord.js issue? Check out #other-js-ts.
- Consider reading #how-to-get-help to improve your question!
- Explain what exactly your issue is.
- Post the full error stack trace, not just the top part!
- Show your code!
- Issue solved? Press the button! PermissionsBitField (extends BitField)
Data structure that makes it easy to interact with a permission bitfield. All GuildMembers have a set of permissions in their guild, and each channel in the guild may also have PermissionOverwrites for the member that override their default permissions.
Unknown User•14mo ago
Message Not Public
Sign In & Join Server To View