We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4c2d1e commit a386d6eCopy full SHA for a386d6e
2 files changed
index.js
@@ -55,7 +55,7 @@ module.exports = class cDClient extends Client {
55
let commands = [];
56
let privateCommands = [];
57
58
- const commandsPath = path.join(__dirname, folderPath);
+ const commandsPath = folderPath;
59
const commandFiles = readdirSync(commandsPath).filter((file) =>
60
file.endsWith(".js")
61
);
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "djs-command-deployer",
3
- "version": "0.6.1",
+ "version": "0.6.2",
4
"description": "",
5
"main": "./index.js",
6
"scripts": {},
0 commit comments