function editAutomodRuleimport { editAutomodRule } from "https://dotland.deno.dev/x/discordeno@18.0.1/plugins/fileloader/deps.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.