ππ΅π΅πͺπ€πΆπ΄πππππππ
DIAdiscord.js - Imagine an app
β’Created by ππ΅π΅πͺπ€πΆπ΄πππππππ on 10/17/2024 in #djs-questions
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: ''
}
}
]
15 replies