Skip to content

Commit 59f0188

Browse files
committed
fixed import error
1 parent 818045b commit 59f0188

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const REST = require("@discordjs/rest");
1+
const { REST } = require("@discordjs/rest");
22
const { readdirSync } = require("node:fs");
33
const path = require("node:path");
44

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-helper",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "A simple, easy to use module that houses functions to can refresh global and guild specific commands for your Discord App.",
55
"main": "./index.js",
66
"scripts": {},

0 commit comments

Comments
 (0)