> For the complete documentation index, see [llms.txt](https://dbd-ts.gitbook.io/dbdts/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dbd-ts.gitbook.io/dbdts/functions/packagename.md).

# $packageName

Returns the name of the package.

### Usage

```php
$packageName
```

### Example

```javascript
bot.commands.add({
    type: "basicCommand",
    name: "example",
    code: `$packageName` //Returns "dbd.ts"
})
```
