$userJoinedDiscord
Returns the account creation date of a given user.
📌 As of November 2022, this function has been deprecated in favor of
$creationDate.📌 Besides user IDs,
$userJoinedDiscordcan also return creation date of any valid Discord Snowflake ID.
Syntax
$userJoinedDiscord[User ID;(Format)]
Parameters
-
User ID(Type: Snowflake || Flag: Required): The user whose account creation date will be returned. -
Format(Type: String || Flag: Optional): Customize the default time format output.📌 Click me to check all supported time format values.
Example
-
Default format
$nomention $userJoinedDiscord[$authorID]
-
Custom format
$nomention $userJoinedDiscord[$authorID;January 2, 2006 at 3:04 PM (MST -07:00)]