#channel permissions

10 messages ยท Page 1 of 1 (latest)

weak orbit
#

how to set a permissions overwrite for every member ina specific channel

viral nestBOT
#
  • What's your exact discord.js npm list discord.js and node node -v version?
  • Not a discord.js issue? Check out #1081585952654360687.
  • 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
true hatch
#

Pass the guild id as the overwrite id when specifying the overwrites.

weak orbit
#

๐Ÿ‘

dawn saffronBOT
#

guide Popular Topics: Permissions - Channel overwrites > Adding overwrites
read more

weak orbit
#

and does guild.channels.create() not work anymore?

true hatch
#

It does

weak orbit
#

Nvm i got it

true hatch
#

You can pass the overwrites into the create options

weak orbit
#

thank you