$discriminator

Returns a user's discriminator (the 4 digit number at the end of their username).

Usages

There are two usages of the $discriminator function.

Usage #1

$discriminator[userID]

Breakdown

  • userID - The user to get the discriminator from.

Usage #2

$discriminator[]

Returns the author's discriminator.

Example

$nomention
Hello $username#$discriminator[]!

example