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