$nickname[]

Returns the nickname of the given user.

🧙‍♂️ Nickname means the user’s server nickname. If the user doesn’t have a nickname then their display name is returned instead.

Syntax

$nickname[User ID]

Parameters

  • User ID (Type: Snowflake || Flag: Required): The user to get the nickname for.

Example

$nomention
<@$mentioned[1;yes]>'s nickname is `$nickname[$mentioned[1;yes]]`

example