$cloneChannel
Clones the provided channel.
Usage
$cloneChannel[channelID;returnChannelID]Param
Description
Type
Required
Example
bot.commands.add({
type: "basicCommand",
name: "clone",
code: `New <#$channelID> Clone: <#$cloneChannel[$channelID;yes]>
$onlyIf[$hasPerm[$guildID;$authorID;managechannels]==true;]`
})Last updated
Was this helpful?