$dateStamp

Returns current date since 1970 in milliseconds (ms).

Usage

$dateStamp

Example

bot.command({
 type: "command",
 name: "date",
 code: `$dateStamp ms`
 })

Last updated

Was this helpful?