$isBotPublic
Returns whether or not the bot is public.
'true' means the bot is public, 'false' means it isn't.

Usage
$isBotPublic
Example
bot.command({
type: "command",
name: "example",
code: `Am I Public? $isBotPublic`
})
Last updated
Was this helpful?