We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30b14ef commit 2504bb6Copy full SHA for 2504bb6
2 files changed
index.js
@@ -128,6 +128,8 @@ class cDClient extends Client {
128
}
129
130
131
+ let data;
132
+
133
if (logOptions.status)
134
console.log(
135
`🔁 Deleting ${toDelete.length} global commands...`
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "djs-command-deployer",
3
- "version": "0.9.1",
+ "version": "0.9.2",
4
"description": "",
5
"main": "./index.js",
6
"scripts": {
0 commit comments