function editChannelPositionsimport { editChannelPositions } from "https://deno.land/x/discordeno@17.0.1/helpers/channels/mod.ts"; editChannelPositions(bot: Bot,guildId: BigString,channelPositions: ModifyGuildChannelPositions[],): Promise<void>Edits the positions of a set of channels in a guild. Parametersbot: Bot The bot instance to use to make the request. guildId: BigString The ID of the guild in which to edit the positions of the channels. channelPositions: ModifyGuildChannelPositions[] A set of objects defining the updated positions of the channels. ReturnsPromise<void>