$creationDate

Returns the creation date of any valid Discord Snowflake ID.

Syntax

$creationDate[ID;(Format)]

Info

Uses GoLang date format.

Parameters

  • ID (Type: Snowflake || Flag: Required): The ID from which to get the creation date. The ID can be a User ID, a Role ID, a Message ID, a Emoji ID, or a Guild ID.

How to get the ID guide.

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

Click me to check all supported time format values.

Example

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

Example

Example with custom format:

$nomention
$creationDate[$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?