description |
---|
Checks if channels exists in the current server. Returns boolean |
This function checks if a channel exists in the current server. Returns Boolean
$serverChannelExists[channel ID]
bot.command({
name: "serverChannelExists",
code: `Does Channel Exist: $serverChannelExists[773361206496329728]`
})