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"];