$creationDate
Returns the creation date of any valid Discord Snowflake ID.
Syntax
$creationDate[ID;(Format)]
Uses GoLang date 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
- Default format
$nomention $creationDate[$authorID]
- Custom format
$nomention $creationDate[$authorID;January 2, 2006 at 3:04 PM (MST -07:00)]