$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 aUserID, aRoleID, aMessageID, or aServerID.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]
-
Custom format
$nomention $creationDate[$authorID;January 2, 2006 at 3:04 PM (MST -07:00)]