updated to version 0.1.24

This commit is contained in:
KungKurt 2025-02-23 18:55:47 +01:00
parent f69724270f
commit 4d45cc0e81
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
"authors": [ "authors": [
{ "name": "Robin Riis" } { "name": "Robin Riis" }
], ],
"version": "0.1.23", "version": "0.1.24",
"socket": true, "socket": true,
"minimumCoreVersion": 10, "minimumCoreVersion": 10,
"compatibility": { "compatibility": {

View File

@ -8,7 +8,7 @@ async function dagens(user, message) {
return "could not fetch "+message[1]; return "could not fetch "+message[1];
} }
let today = new Date().getDay(); let today = new Date().getDay();
ret = ""; let ret = "";
switch(today) { switch(today) {
case 1: case 1:
ret = week["monday"]; ret = week["monday"];