$isBotPublic

Returns whether or not the bot is public.

'true' means the bot is public, 'false' means it isn't.

Preview of the Setting.

Usage

$isBotPublic

Example

bot.command({
    type: "command",
    name: "example",
    code: `Am I Public? $isBotPublic`
})

Last updated

Was this helpful?