function getAutomodRulesimport { getAutomodRules } from "https://dotland.deno.dev/x/discordeno@18.0.1/plugins/helpers/deps.ts"; getAutomodRules(bot: Bot, guildId: BigString): Promise<Collection<bigint, AutoModerationRule>>Gets the list of automod rules for a guild. Parametersbot: Bot The bot instance to use to make the request. guildId: BigString The ID of the guild to get the rules from. ReturnsPromise<Collection<bigint, AutoModerationRule>>A collection of AutoModerationRule objects assorted by rule ID.