updated to version 0.1.15
This commit is contained in:
parent
9bcde89c31
commit
fd1b01b3b4
@ -6,7 +6,7 @@
|
||||
"authors": [
|
||||
{ "name": "Robin Riis" }
|
||||
],
|
||||
"version": "0.1.14",
|
||||
"version": "0.1.15",
|
||||
"socket": true,
|
||||
"minimumCoreVersion": 10,
|
||||
"compatibility": {
|
||||
|
||||
@ -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: `);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user