diff --git a/module.json b/module.json index fe4bdba..b181e3b 100644 --- a/module.json +++ b/module.json @@ -6,7 +6,7 @@ "authors": [ { "name": "Robin Riis" } ], - "version": "0.1.14", + "version": "0.1.15", "socket": true, "minimumCoreVersion": 10, "compatibility": { diff --git a/scripts/puckochat/commands.js b/scripts/puckochat/commands.js index dda87da..da421a3 100644 --- a/scripts/puckochat/commands.js +++ b/scripts/puckochat/commands.js @@ -2,7 +2,7 @@ function test(user) { return `hello ${user}`; } -export function puckocommand(user, world, log, message, data) { +export default function puckocommand(user, world, log, message, data) { console.log(`user: ${user}`); console.log(`world: ${world}`); console.log(`log: `);