Skip to content

Commit 2504bb6

Browse files
committed
added missing data declaration
1 parent 30b14ef commit 2504bb6

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,8 @@ class cDClient extends Client {
128128
}
129129
}
130130

131+
let data;
132+
131133
if (logOptions.status)
132134
console.log(
133135
`🔁 Deleting ${toDelete.length} global commands...`

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "djs-command-deployer",
3-
"version": "0.9.1",
3+
"version": "0.9.2",
44
"description": "",
55
"main": "./index.js",
66
"scripts": {

0 commit comments

Comments
 (0)