function getAutomodRuleimport { getAutomodRule } from "https://dotland.deno.dev/x/discordeno@18.0.1/plugins/helpers/deps.ts"; getAutomodRule(bot: Bot,guildId: BigString,ruleId: BigString,): Promise<AutoModerationRule>Gets an automod rule by its ID. Parametersbot: Bot The bot instance to use to make the request. guildId: BigString The ID of the guild to get the rule of. ruleId: BigString The ID of the rule to get. ReturnsPromise<AutoModerationRule>An instance of AutoModerationRule.