diff --git a/commands/misc/custom.js b/commands/misc/custom.js index 3b1f096..b5a8b05 100644 --- a/commands/misc/custom.js +++ b/commands/misc/custom.js @@ -18,7 +18,7 @@ module.exports = { "custom variables - list all variables you can use" ], execute({message, args, client, prefix, owners}) { - const customPath = '../../data/customCommands.json'; + const customPath = 'data/customCommands.json'; if(!fs.existsSync(customPath)){ fs.writeFileSync(customPath,"[]") }