$authorID

Returns the ID of the user who ran this command.

Usage

$authorID

Example

bot.commands.add({
    name: "id",
    code: `Your ID is \`$authorID\``
})

Last updated