$creationDate

Returns the creation date of any valid Discord Snowflake ID.

Syntax

$creationDate[ID;(format)]

Parameters

  • ID (Type: Snowflake || Flag: Required): The ID from which to get the creation date. The ID can be a UserID, a RoleID, a MessageID, or a ServerID.
  • format (Type: String || Flag: Optional): Customize the default time format output.

Uses GoLang date format

Click me to check all supported time format values.

Example

  • Default format

    $nomention
    $creationDate[$authorID]
    

    example

  • Custom format

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

    example