Skip to main content
Module

x/discordeno/mod.ts>swapChannels

Discord API library for Deno
Extremely Popular
Go to Latest
function swapChannels
import { swapChannels } from "https://deno.land/x/discordeno@13.0.0-rc45/mod.ts";

Modify the positions of channels on the guild. Requires MANAGE_CHANNELS permission. Only channels to be modified are required.

Parameters

bot: Bot
guildId: bigint
channelPositions: ModifyGuildChannelPositions[]