$userJoinedDiscord
Deprecated
As of November 2022, this function has been deprecated in favor of $creationDate[].
Returns the account creation date of a given user.
Syntax
$userJoinedDiscord[ID;(Format)]
Besides user IDs, $userJoinedDiscord[] can also return the creation date of any valid Discord Snowflake ID.
Parameters
ID(Type: Snowflake || Flag: Required): The user/channel/role/guild/message id whose creation date will be returned.Format(Type: String || Flag: Optional): Customize the default time format output.
Example
$nomention
$userJoinedDiscord[$authorID]
Example with custom format:
$nomention
$userJoinedDiscord[$authorID;January 2, 2006 at 3:04 PM (MST -07:00)]
How $authorID works?