$createTextChannel
Usage
$createTextChannel[guildID;type;name;categoryID;reason;returnChannelID;nsfw;slowmode;position]Param
Description
Type
Required
Example
bot.commands.add({
type: "basicCommand",
name: "example",
code: `$let[channel;$createTextChannel[$guildID;text;chat;;;yes]]
Created new channel <#$get[channel]>!`
})Last updated
Was this helpful?