Relative Content

Tag Archive for javascriptnode.jsdiscorddiscord.js

Permission discord Js V14

when creating a channel with the bot i wanted originally to set the permissions for everyone to not see the channel but for an other specific role to see it and for the person that used the command to see the channel

Removing roles doesn’t work when splitting code into two modules

I am making a discord app that removes a role and adds an other, it was working fine when everything was in one module, but when i tried to make two more modules one for adding the role and one for removing the role, it became adding the role without removing the other one even though I didn’t change any code.