We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3d0c40 commit a62e590Copy full SHA for a62e590
2 files changed
index.js
@@ -1,5 +1,4 @@
1
-const { Client } = require("@discordjs/core");
2
-const { REST } = require("@discordjs/rest");
+const { Client, REST } = require("discord.js");
3
const { readdirSync } = require("node:fs");
4
const path = require("node:path");
5
package.json
@@ -1,6 +1,6 @@
{
"name": "djs-command-deployer",
- "version": "0.5.2",
+ "version": "0.5.3",
"description": "",
"main": "./index.js",
6
"scripts": {},
0 commit comments