How to detect whether my bot has permission to JOIN and SPEAK in some voice channels
just it
9 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! TextChannel#permissionsFor()
Gets the overall set of permissions for a member or role in this channel, taking into account channel PermissionsBitField#has()
Checks whether the bitfield has a permission, or multiple permissions.
voice channel
same thing
wu
VoiceChannel#permissionsFor()
Gets the overall set of permissions for a member or role in this channel, taking into account channel overwrites.
then how to get myself from interaction
Unknown User•15mo ago
Message Not Public
Sign In & Join Server To View
i see