updated to version 0.1.24
This commit is contained in:
parent
f69724270f
commit
4d45cc0e81
@ -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": {
|
||||||
|
|||||||
@ -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"];
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user