diff --git a/commands/misc/timer.js b/commands/misc/timer.js index f745f74..2582e51 100644 --- a/commands/misc/timer.js +++ b/commands/misc/timer.js @@ -24,7 +24,7 @@ module.exports = { "customMessage": `${customMessage}` } client.timers.push(newTimer); - fs.writeFileSync('../../data/timers.json', JSON.stringify(client.timers, null, 4)) + fs.writeFileSync('data/timers.json', JSON.stringify(client.timers, null, 4)) message.channel.send(`I will remind you `); } }; \ No newline at end of file