$packageName
Returns the name of the package.
Usage
$packageName
Example
bot.commands.add({
type: "basicCommand",
name: "example",
code: `$packageName` //Returns "dbd.ts"
})
Last updated
Was this helpful?
Returns the name of the package.
$packageName
bot.commands.add({
type: "basicCommand",
name: "example",
code: `$packageName` //Returns "dbd.ts"
})
Last updated
Was this helpful?