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