$getServerInvite[]

Returns the provided server's invite URL.

🧙‍♂️ Note: The bot must be present in the provided server for it to create an invite.

Syntax

$getServerInvite[Guild ID]

Parameters

  • Guild ID (Type: Snowflake || Flag: Required): The server for which to get the invite.

🧙‍♂️ How do I find a server/guild ID? (click-me)

Permissions

Required permissions that the bot must have for this function to work properly :

  • createinstantinvite

Example

$nomention
$getServerInvite[$message[1]]

example