function modifyRolePositionsimport { modifyRolePositions } from "https://dotland.deno.dev/x/discordeno@17.2.0/plugins/validations/deps.ts"; modifyRolePositions(bot: Bot,guildId: BigString,options: ModifyRolePositions[],): Promise<Collection<bigint, Role>>Edits the positions of a set of roles. Parametersbot: Bot The bot instance to use to make the request. guildId: BigString The ID of the guild to edit the role positions in. options: ModifyRolePositions[] The parameters for the edit of the role positions. ReturnsPromise<Collection<bigint, Role>>A collection of Role objects assorted by role ID.