function deleteAutomodRuleimport { deleteAutomodRule } from "https://dotland.deno.dev/x/discordeno@18.0.1/plugins/helpers/deps.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>