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