Fix wrong path

This commit is contained in:
SileNce5k 2022-06-09 19:17:52 +02:00
parent 011f203815
commit 065acf5ec3
No known key found for this signature in database
GPG key ID: C507260E7F2583AD

View file

@ -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 <t:${reminderTime}:R>`);
}
};