From 87c57ceac2b1bb6de56b51e8f0290b3a0e88617a Mon Sep 17 00:00:00 2001 From: KungKurt Date: Sun, 16 Feb 2025 18:41:44 +0100 Subject: [PATCH] updated import statement --- scripts/puckochat/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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");