Custom Command
FunctionsBot Functions

$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[admin]

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

Example Output:

Permissions

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

On this page