DiscordAPIError[50035]: Invalid Form Body0[AUTO_MODERATION_MAX_RULES_OF_TYPE_EXCEEDED]: Maximum num

Hello, when I activate the rule it works perfectly, when I deactivate it the same, but when I activate it again this error appears, even though it is deactivated on the server: command:

name: 'spam messages',
creatorId: '733205573025267732',
enabled: true,
eventType: 1,
triggerType: 3,
triggerMetadata: {
// mentionTotalLimit: 3,
},
actions: [
{
type: 1,
metadata: {
channel: interaction.channel,
durationSeconds: 10,
customMessage: ''
}
}
]
Was this page helpful?