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 toolkit3y 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 docs3y 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
FyphenOP3y ago
voice channel
MrMythical
MrMythical3y ago
same thing
Fyphen
FyphenOP3y ago
wu
d.js docs
d.js docs3y ago
method VoiceChannel#permissionsFor() Gets the overall set of permissions for a member or role in this channel, taking into account channel overwrites.
Fyphen
FyphenOP3y ago
then how to get myself from interaction
Unknown User
Unknown User3y ago
Message Not Public
Sign In & Join Server To View
Fyphen
FyphenOP3y ago
i see

Did you find this page helpful?