/home/container/node_modules/@discordjs/rest/dist/index.js:730 throw new DiscordAPIError(data, "code" in data ? data.code : data.error, status, method, url, requestData); ^ DiscordAPIError[50035]: Invalid Form Body actions[2].metadata.channel_id[BASE_TYPE_REQUIRED]: This field is required 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 InteractionCollector. (/home/container/src/commands/Moderation/automod.js:426:7) { requestBody: { files: undefined, json: { name: "Prevent the word gyatt from being used by Atoms' AutoMod.", event_type: 1, trigger_metadata: { keyword_filter: [ 'potato' ], regex_patterns: [], presets: [], allow_list: [], mention_total_limit: null, mention_raid_protection_enabled: false }, actions: [ { type: 1, metadata: { duration_seconds: null, channel_id: undefined, custom_message: "This message was prevented by Atoms' AutoMod." } }, { type: 3, metadata: { duration_seconds: 300, channel_id: undefined, custom_message: null } }, { type: 2, metadata: { duration_seconds: null, channel_id: undefined, custom_message: null } } ], enabled: true, exempt_roles: [], exempt_channels: [] } }, rawError: { message: 'Invalid Form Body', code: 50035, errors: { actions: { '2': { metadata: { channel_id: [Object] } } } } }, code: 50035, status: 400, method: 'PATCH', url: 'https://discord.com/api/v10/guilds/1232479706553520178/auto-moderation/rules/1244317072696016978' } Node.js v20.11.0