$getBotInvite

Gets the bot's invite URL.

Usage

$getBotInvite[(optional) permissions]

Breakdown

permissions - The permissions to grant for the bot invite. Separate permissions using ;.

Example

  bot.command({
    type: "command", 
    name: "invite", 
    code: `You can invite me here: $getBotInvite`
})

Last updated

Was this helpful?