updated to version 0.1.30
This commit is contained in:
parent
d8461356b9
commit
166dbb97d2
@ -6,7 +6,7 @@
|
||||
"authors": [
|
||||
{ "name": "Robin Riis" }
|
||||
],
|
||||
"version": "0.1.30",
|
||||
"version": "0.1.31",
|
||||
"socket": true,
|
||||
"minimumCoreVersion": 10,
|
||||
"compatibility": {
|
||||
|
||||
@ -1,8 +1,8 @@
|
||||
async function test(user) {
|
||||
function test(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]);
|
||||
if (typeof week !== 'object') {
|
||||
return "could not fetch "+message[1];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user