Skip to content

$authorID

$authorID will return user ID of who executed the command.

Usage

$authorID

Example(s)

This will return your user ID:

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