#Deny send messages

1 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]
        }
      ]