$userJoined

Returns the server joining date of a given user.

Syntax

$userJoined[User ID;(Format)]

Parameters

  • User ID (Type: Snowflake || Flag: Required): The user whose join date will be returned.

  • Format (Type: String || Flag: Optional): Customize the default time format output.

    📌 Click me to check all supported time format values.

Example

  • Default format

    $nomention
    $userJoined[$authorID]
    

    example

  • Custom format

    $nomention
    $userJoined[$authorID;January 2, 2006 at 3:04 PM (MST -07:00)]
    

    Screenshot_20221024_120922