DiscordAPIError[50035]: Invalid Form Body rule_id[NUMBER_TYPE_COERCE]: Value "null" is not snowflake. at handleErrors (/home/container/node_modules/@discordjs/rest/dist/index.js:730:13) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async SequentialHandler.runRequest (/home/container/node_modules/@discordjs/rest/dist/index.js:1133:23) at async SequentialHandler.queueRequest (/home/container/node_modules/@discordjs/rest/dist/index.js:963:14) at async _REST.request (/home/container/node_modules/@discordjs/rest/dist/index.js:1278:22) at async AutoModerationRuleManager.edit (/home/container/node_modules/discord.js/src/managers/AutoModerationRuleManager.js:177:18) at async editKeywordRule (/home/container/src/commands/Moderation/automod.js:455:18) at async promptForKeywordOptions (/home/container/src/commands/Moderation/automod.js:312:9) at async promptForEditDetails (/home/container/src/commands/Moderation/automod.js:405:7) at async handleEdit (/home/container/src/commands/Moderation/automod.js:106:5) { requestBody: { files: undefined, json: { name: undefined, event_type: undefined, trigger_metadata: [Object], actions: [Array], enabled: undefined, exempt_roles: undefined, exempt_channels: undefined } }, rawError: { message: 'Invalid Form Body', code: 50035, errors: { rule_id: [Object] } }, code: 50035, status: 400, method: 'PATCH', url: 'https://discord.com/api/v10/guilds/1232479706553520178/auto-moderation/rules/null' }