d
d
dbd.js
Discord Server
NPM
Github
Search…
dev
Introduction
Guides & Tips
Revert Reading
Functions
$authorID
$botPing
$packageVersion
$ping
Powered By
GitBook
$authorID
Returns the Author ID of Message
⚙
Function Usage
1
$authorID
Copied!
💻
Function Example
index.js
1
bot
.
assignType
(
bot
.
Types
.
Message
,
bot
.
createCommmand
({
2
name
:
"authorID"
,
3
code
:
`
Your author ID: $authorID
`
4
}))
Copied!
Guides & Tips - Previous
Revert Reading
Next - Functions
$botPing
Last modified
10mo ago
Copy link
Contents
Function Usage
Function Example