$deleteChannels
Deletes the provided channel(s).
Syntax
$deleteChannels[Channel IDs;...]
Parameters
Channel IDs
(Type: Snowflake || Flag: Required)
: The channels to delete. Use semicolons;
as a separator to separate multiple channel IDs.
Permissions
Required permissions that the bot must have for this function to work properly:
managechannels
Example
$nomention
Successfully deleted #$channelName[$mentionedChannels[1]]
$deleteChannels[$mentionedChannels[1]]
How
$channelName[]
and$mentionedChannels[]
works?