$getServerInvite
Creates and returns a server's invite URL.
Usage
$getServerInvite[guildID]Param
Description
Type
Required
Example
bot.commands.add({
type: "basicCommand",
name: "example",
code: `$getServerInvite[$guildID]` //Returns the current server's invite
})Last updated
Was this helpful?