updated to version 0.1.30

This commit is contained in:
KungKurt 2025-02-23 23:01:17 +01:00
parent d8461356b9
commit 166dbb97d2
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -1,8 +1,8 @@
async function test(user) { function test(user) {
return `hello ${user}`; return `hello ${user}`;
} }
async function dagens(user, message) { function dagens(user, message) {
let week = game.modules.get("puckoprutt-foundry-module").api.dagens_lunch(message[1]); let week = game.modules.get("puckoprutt-foundry-module").api.dagens_lunch(message[1]);
if (typeof week !== 'object') { if (typeof week !== 'object') {
return "could not fetch "+message[1]; return "could not fetch "+message[1];