Custom Command
FunctionsChannel Functions

$deleteChannels

Deletes one or more channels from the server.

Usage:

$deleteChannels[channelID1;channelID2;channelID3;...]

Parameters:

  • channelID1;channelID2;channelID3;...: A semicolon-separated list of channel IDs to delete.

Example:

$deleteChannels[$channelID]

This example will delete the channel the command is executed in. $channelID represents the ID of the current channel.

Deleting Multiple Channels:

$deleteChannels[123456789012345678;987654321098765432]

This example will delete the channels with IDs 123456789012345678 and 987654321098765432.

Related Functions

Function Difficulty: Easy

Tags: Channel Delete Delete Channel Remove Channel

Function Cooldown

This function has built-in cooldown. Why? Read more about cooldowns here.

  • Cooldown: 1 minute
  • Tracked By: Server
  • Type: channelupdate

Functions with the same type share cooldowns based on the same Tracked By value.

On this page