updated to version 0.1.24
This commit is contained in:
parent
f69724270f
commit
4d45cc0e81
@ -6,7 +6,7 @@
|
||||
"authors": [
|
||||
{ "name": "Robin Riis" }
|
||||
],
|
||||
"version": "0.1.23",
|
||||
"version": "0.1.24",
|
||||
"socket": true,
|
||||
"minimumCoreVersion": 10,
|
||||
"compatibility": {
|
||||
|
||||
@ -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"];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user