discord.js add role to member code example
Example: add role to channel discord.js
// deleting the channels overwrite for the message author
channel.permissionOverwrites.get(message.author.id).delete();
// deleting the channels overwrite for the message author
channel.permissionOverwrites.get(message.author.id).delete();