diff --git a/scripts/puckochat/main.js b/scripts/puckochat/main.js index 1852755..7c40fe8 100644 --- a/scripts/puckochat/main.js +++ b/scripts/puckochat/main.js @@ -1,4 +1,4 @@ -import { puckocommand } from "commands" +import { puckocommand } from "./commands" Hooks.on("init", async function() { console.log("[puckoprutt] Hello Init");