From 4d45cc0e810b30454ee88b10b3b8a91052e2f92a Mon Sep 17 00:00:00 2001 From: KungKurt Date: Sun, 23 Feb 2025 18:55:47 +0100 Subject: [PATCH] updated to version 0.1.24 --- module.json | 2 +- scripts/puckochat/commands.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/module.json b/module.json index 83c8b04..c5e892e 100644 --- a/module.json +++ b/module.json @@ -6,7 +6,7 @@ "authors": [ { "name": "Robin Riis" } ], - "version": "0.1.23", + "version": "0.1.24", "socket": true, "minimumCoreVersion": 10, "compatibility": { diff --git a/scripts/puckochat/commands.js b/scripts/puckochat/commands.js index e383a67..0a5842f 100644 --- a/scripts/puckochat/commands.js +++ b/scripts/puckochat/commands.js @@ -8,7 +8,7 @@ async function dagens(user, message) { return "could not fetch "+message[1]; } let today = new Date().getDay(); - ret = ""; + let ret = ""; switch(today) { case 1: ret = week["monday"];