$userJoined

Returns the server joining date of a given user.

Syntax

$userJoined[User ID;(Format)]

Info

Uses GoLang date 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

$nomention
$userJoined[$authorID]
!example 2022-08-16

Example

Example with custom format:

$nomention
$userJoined[$authorID;January 2, 2006 at 3:04 PM (MST -07:00)]
!example August 16, 2022 at 8:39 AM (UTC +00:00)

What is this?

How $authorID works?