$botOwnerID

Returns the bot owner's ID.

Usage

$botOwnerID or $botOwnerID[separator]

This function has one param.

ParamDescriptionTypeRequired

separator

The separator between each team member, applicable if the owner of this bot is a team.

String

No

Example

bot.commands.add({
    type: "basicCommand",
    name: "example",
    code: `$onlyForIDs[$botOwnerID;Only my owner can use that!]
Hello <@$botOwnerID>!`
})

Last updated