diff --git a/commands/misc/timer.js b/commands/misc/timer.js index c27ee03..5e0591d 100644 --- a/commands/misc/timer.js +++ b/commands/misc/timer.js @@ -25,6 +25,6 @@ module.exports = { } client.timers.push(newTimer); fs.writeFileSync('data/timers.json', JSON.stringify(client.timers, null, 4)) - message.channel.send(`I will remind you `); + message.channel.send(`I will remind you `); } }; \ No newline at end of file