inherit roles from a channel

this is my current code, the role is created but the permissions not inherited
5 Replies
d.js toolkit
d.js toolkit•3y ago
• What's your exact discord.js npm list discord.js and node node -v version? • Post the full error stack trace, not just the top part! • Show your code! • Explain what exactly your issue is. • Not a discord.js issue? Check out #useful-servers.
Syjalo
Syjalo•3y ago
You can use channel.clone() or provide the overwrites when creating
Shahar
ShaharOP•3y ago
I cant read the overwrites?
Syjalo
Syjalo•3y ago
Who said? Your method makes request for each overwrite. You can be (and probably are) rate limited
Shahar
ShaharOP•3y ago
Ohh, thank you

Did you find this page helpful?