$botOwnerID
Returns the bot owner's ID.
Usage
$botOwnerID or $botOwnerID[separator]Param
Description
Type
Required
Example
bot.commands.add({
type: "basicCommand",
name: "example",
code: `$onlyForIDs[$botOwnerID;Only my owner can use that!]
Hello <@$botOwnerID>!`
})Last updated
Was this helpful?