#Deny send messages

3 messages · Page 1 of 1 (latest)

lusty patrol
#

Hi, I am trying to remove the permission to write in a channel but it is not working, I probably have something wrong but I don't know what.

permissionOverwrites: [
        {
          id: interaction.user.id,
          deny: [PermissionsBitField.Flags.SendMessages]
        }
      ]
thorn trout
#

• 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.

ornate coral
#

This looks correct, unless you're also doing other things which might cancel this out