Skip to content
Bot
Get Bot Invite Ai

$getBotInvite

Generate an invite link for your bot.

Usage

$getBotInvite[permission;permission;permission...]

Parameters:

  • permission - (Optional) A list of permissions to request in the invite link. Separate multiple permissions with a semicolon (;). If no permissions are specified, the invite will request the default permissions.

Example

!!exec $getBotInvite[administrator]

This will output an invite link for your bot with administrator permissions.

Example Output:

!!exec $getBotInvite[admin] https://discord.com/oauth2/authorize?client_id=725721249652670555&scope=bot+applications.commands&permissions=8

::: tip Permissions Refer to the Permissions List for a comprehensive list of permission names and their corresponding integer values. :::