Skip to main content
Module

x/harmony/mod.ts>GuildChannelsManager#editPositions

An easy to use Discord API Library for Deno.
Go to Latest
method GuildChannelsManager.prototype.editPositions
import { GuildChannelsManager } from "https://deno.land/x/harmony@v2.9.0/mod.ts";

Modify the positions of a set of channel positions for the guild.

Parameters

...positions: Array<{ id: string | GuildChannels; position: number | null; }>