Skip to content

Commit a62e590

Browse files
committed
fixed import issue with previous commit
1 parent c3d0c40 commit a62e590

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

index.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
const { Client } = require("@discordjs/core");
2-
const { REST } = require("@discordjs/rest");
1+
const { Client, REST } = require("discord.js");
32
const { readdirSync } = require("node:fs");
43
const path = require("node:path");
54

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.5.2",
3+
"version": "0.5.3",
44
"description": "",
55
"main": "./index.js",
66
"scripts": {},

0 commit comments

Comments
 (0)