diff --git a/util/timer/showTimer.js b/util/timer/showTimer.js index 2db1663..4e20f57 100644 --- a/util/timer/showTimer.js +++ b/util/timer/showTimer.js @@ -14,7 +14,7 @@ module.exports = async function (authorID, timerID) { if(timer === undefined){ sendText = "Timer not found"; }else{ - sendText = `${timer.ID} will remind you ()"`; + sendText = `${timer.ID} will remind you ()`; } resolve(); }