Skip to content
This repository has been archived by the owner on Jan 18, 2022. It is now read-only.

Latest commit

 

History

History
14 lines (12 loc) · 181 Bytes

authorID.md

File metadata and controls

14 lines (12 loc) · 181 Bytes

$authorID

Returns the author's ID.

Usage

$authorID

Example

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