How to detect whether my bot has permission to JOIN and SPEAK in some voice channels

just it
9 Replies
d.js toolkit
d.js toolkit2y ago
- 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!
d.js docs
d.js docs2y ago
method TextChannel#permissionsFor() Gets the overall set of permissions for a member or role in this channel, taking into account channel method PermissionsBitField#has() Checks whether the bitfield has a permission, or multiple permissions.
Fyphen
FyphenOP2y ago
voice channel
MrMythical
MrMythical2y ago
same thing
Fyphen
FyphenOP2y ago
wu
d.js docs
d.js docs2y ago
method VoiceChannel#permissionsFor() Gets the overall set of permissions for a member or role in this channel, taking into account channel overwrites.
Fyphen
FyphenOP2y ago
then how to get myself from interaction
Unknown User
Unknown User2y ago
Message Not Public
Sign In & Join Server To View
Fyphen
FyphenOP2y ago
i see

Did you find this page helpful?