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

Commit

Permalink
Create authorID.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DevSpen authored May 1, 2021
1 parent f2375a1 commit 06e7e9c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions functions/authorID.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# $authorID
Returns the author's ID.

## Usage
```$authorID```

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

0 comments on commit 06e7e9c

Please sign in to comment.