function deleteAutomodRuleimport { deleteAutomodRule } from "https://deno.land/x/discordeno@17.0.0/helpers/guilds/mod.ts"; deleteAutomodRule(bot: Bot,guildId: BigString,ruleId: BigString,reason?: string,): Promise<void>Deletes an automod rule. Parametersbot: Bot The bot instance to use to make the request. guildId: BigString The ID of the guild to delete the rule from. ruleId: BigString The ID of the automod rule to delete. optionalreason: stringReturnsPromise<void>