Fix wrong path
This commit is contained in:
parent
011f203815
commit
065acf5ec3
1 changed files with 1 additions and 1 deletions
|
@ -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>`);
|
||||
}
|
||||
};
|
Loading…
Add table
Reference in a new issue