This function returns the ID(s) of the bot's owners
This function has 1 optional field
- Separator (Optional)
Raw Usage: $botOwnerID[separator (optional)
- Separator - The symbol/letter that separates the 2 or more ids (if the bot has 2 or more owners)
bot.command({
name: "botOwner",
code: `Here are my owners: $botOwnerID`
//Separator is for if your bot has multiple owners
})