From d3da5fe9eb03382a3ab3847cdd70557b265f3572 Mon Sep 17 00:00:00 2001 From: litruv Date: Tue, 11 Jun 2019 09:48:20 +1000 Subject: [PATCH] current time in console --- plugins/workweek.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/workweek.js b/plugins/workweek.js index 7d20ade..7b0cab2 100644 --- a/plugins/workweek.js +++ b/plugins/workweek.js @@ -14,5 +14,7 @@ module.exports = { }) } on15Update() + + console.log(moment().format()) } } \ No newline at end of file