function getAutomodRuleimport { getAutomodRule } from "https://deno.land/x/discordeno@17.0.0/helpers/guilds/mod.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.