$authorID

Returns the author's ID.

Usage

$authorID

Example

bot.command({
    type: "command",
    name: "authorid",
    code: `Here's your ID: $authorID`
})

Last updated

Was this helpful?