$deleteChannels
Deletes the provided channels.
Usage
$deleteChannels[channelIDs]Param
Description
Type
Required
Example
bot.commands.add({
type: "basicCommand",
name: "example",
code: `$deleteChannels[$channelID]` //Deletes the current channel
})Last updated
Was this helpful?