Skip to content

$executionTime

$executionTime will return the execution time.

Usage

$executionTime

Example(s)

This will return the execution time of how long it took to execute this code:

1
client.command({
2
name: "executionTime",
3
code: `
4
This took: $executionTime MS
5
`
6
});