channel permissions

how to set a permissions overwrite for every member ina specific channel
9 Replies
d.js toolkit
d.js toolkit13mo 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! - Marked as resolved by OP
SpecialSauce
SpecialSauce13mo ago
Pass the guild id as the overwrite id when specifying the overwrites.
guy
guyOP13mo ago
👍
d.js docs
d.js docs13mo ago
guide Popular Topics: Permissions - Channel overwrites > Adding overwrites read more
guy
guyOP13mo ago
and does guild.channels.create() not work anymore?
SpecialSauce
SpecialSauce13mo ago
It does
guy
guyOP13mo ago
Nvm i got it
SpecialSauce
SpecialSauce13mo ago
You can pass the overwrites into the create options
guy
guyOP13mo ago
thank you Forgot you have to pass the name as an option

Did you find this page helpful?