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