updated to version 0.1.12
This commit is contained in:
parent
99e91c3679
commit
533b925bd7
@ -6,7 +6,7 @@
|
|||||||
"authors": [
|
"authors": [
|
||||||
{ "name": "Robin Riis" }
|
{ "name": "Robin Riis" }
|
||||||
],
|
],
|
||||||
"version": "0.1.12",
|
"version": "0.1.13",
|
||||||
"socket": true,
|
"socket": true,
|
||||||
"minimumCoreVersion": 10,
|
"minimumCoreVersion": 10,
|
||||||
"compatibility": {
|
"compatibility": {
|
||||||
|
|||||||
@ -1,9 +1,9 @@
|
|||||||
import { PuckoPruttApi } from "./puckoapi/puckoapi.js"
|
import { puckoprutt } from "./puckoapi/puckoapi.js";
|
||||||
import { puckocommand } from "./puckochat/commands.js"
|
import { puckocommand } from "./puckochat/commands.js";
|
||||||
|
|
||||||
let puckoprutt = null;
|
let pp = null;
|
||||||
Hooks.once("setup", async function() {
|
Hooks.once("setup", async function() {
|
||||||
puckoprutt = new PuckoPruttApi();
|
pp = puckoprutt;
|
||||||
});
|
});
|
||||||
|
|
||||||
Hooks.on("init", async function() {
|
Hooks.on("init", async function() {
|
||||||
|
|||||||
@ -9,4 +9,6 @@ class PuckoPruttApi {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
export default PuckoPruttApi;
|
const puckoprutt = new PuckoPruttApi();
|
||||||
|
|
||||||
|
export default puckoprutt;
|
||||||
Loading…
x
Reference in New Issue
Block a user