$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 aUser ID, aRole ID, aMessage ID, aEmoji ID, or aGuild ID.
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 with custom format:
$nomention
$creationDate[$authorID;January 2, 2006 at 3:04 PM (MST -07:00)]
How $authorID works?