$userJoinedDiscord
Returns the account creation date of a given user.
📌 Besides user IDs,
$userJoinedDiscord
can also return creation date of any valid Discord Snowflake ID. Unlike$creationDate
, this function allows you to customize the output time format.
Syntax
$userJoinedDiscord[User ID;(Format)]
Parameters
-
User ID
: The user whose account creation date will be returned. -
Format
: Customize the default time format output (Optional).📌 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)]