updated to version 0.1.11
This commit is contained in:
parent
ce124c2dfc
commit
9d1975e24e
@ -6,7 +6,7 @@
|
|||||||
"authors": [
|
"authors": [
|
||||||
{ "name": "Robin Riis" }
|
{ "name": "Robin Riis" }
|
||||||
],
|
],
|
||||||
"version": "0.1.10",
|
"version": "0.1.11",
|
||||||
"socket": true,
|
"socket": true,
|
||||||
"minimumCoreVersion": 10,
|
"minimumCoreVersion": 10,
|
||||||
"compatibility": {
|
"compatibility": {
|
||||||
|
|||||||
@ -1,9 +1,13 @@
|
|||||||
import { PuckoPruttApi } from "./puckoapi/puckoapi.js"
|
import { PuckoPruttApi } from "./puckoapi/puckoapi.js"
|
||||||
import { puckocommand } from "./puckochat/commands.js"
|
import { puckocommand } from "./puckochat/commands.js"
|
||||||
|
|
||||||
|
let puckoprutt = null;
|
||||||
|
Hooks.once("setup", async function() {
|
||||||
|
puckoprutt = new PuckoPruttApi();
|
||||||
|
});
|
||||||
|
|
||||||
Hooks.on("init", async function() {
|
Hooks.on("init", async function() {
|
||||||
console.log("[puckoprutt] Hello Init");
|
console.log("[puckoprutt] Hello Init");
|
||||||
var puckoprutt = new PuckoPruttApi();
|
|
||||||
});
|
});
|
||||||
|
|
||||||
Hooks.on("ready", async function() {
|
Hooks.on("ready", async function() {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user