function editRoleimport { editRole } from "https://dotland.deno.dev/x/discordeno@18.0.1/plugins/helpers/deps.ts"; editRole(bot: Bot,guildId: BigString,roleId: BigString,options: EditGuildRole,): Promise<Role>Edits a role in a guild. Parametersbot: Bot The bot instance to use to make the request. guildId: BigString The ID of the guild to edit the role in. roleId: BigString The ID of the role to edit. options: EditGuildRole The parameters for the edit of the role. ReturnsPromise<Role>An instance of the edited Role.