Returns the name of the package.
$packageName
bot.commands.add({ type: "basicCommand", name: "example", code: `$packageName` //Returns "dbd.ts" })
Last updated 3 years ago