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