$userJoinedDiscord

Deprecated

Warning

As of November 2022, this function has been deprecated in favor of $creationDate[].

Returns the account creation date of a given user.

Syntax

$userJoinedDiscord[ID;(Format)]

Info

Uses GoLang date format.

Tip

Besides user IDs, $userJoinedDiscord[] can also return the creation date of any valid Discord Snowflake ID.

Parameters

  • ID (Type: Snowflake || Flag: Required): The user/channel/role/guild/message id whose creation date will be returned.
  • Format (Type: String || Flag: Optional): Customize the default time format output.

Example

$nomention
$userJoinedDiscord[$authorID]
!example 2021-01-26

Example

Example with custom format:

$nomention
$userJoinedDiscord[$authorID;January 2, 2006 at 3:04 PM (MST -07:00)]
!example January 26, 2021 at 10:18 AM (UTC +00:00)

What is this?

How $authorID works?