$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?
Returns the author's ID.
$authorID
bot.command({
type: "command",
name: "authorid",
code: `Here's your ID: $authorID`
})
Last updated
Was this helpful?