function editAutomodRuleimport { editAutomodRule } from "https://deno.land/x/discordeno@17.0.1/helpers/mod.ts"; editAutomodRule(bot: Bot,guildId: BigString,ruleId: BigString,options: Partial<EditAutoModerationRuleOptions>,): Promise<AutoModerationRule>Edits an automod rule. Parametersbot: Bot The bot instance to use to make the request. guildId: BigString The ID of the guild to edit the rule in. ruleId: BigString The ID of the rule to edit. options: Partial<EditAutoModerationRuleOptions> The parameters for the edit of the rule. ReturnsPromise<AutoModerationRule>An instance of the edited AutoModerationRule.