Skip to content

$userGlobalName

$userGlobalName will return the user’s global name.

Usage

$userGlobalName[userID?]

Parameters

FieldTypeDescriptionRequired
userID?numberThe user ID.false

Example(s)

This will return your global name:

1
client.command({
2
name: `$userGlobalName[$authorID]`
3
});