From f4e02337b4af07438c013632e0280a2cb46662c7 Mon Sep 17 00:00:00 2001 From: KungKurt Date: Sun, 16 Feb 2025 03:19:22 +0100 Subject: [PATCH] updated puckochat --- 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 53f33bc..1d2a077 100644 --- a/scripts/puckochat/main.js +++ b/scripts/puckochat/main.js @@ -1,4 +1,4 @@ -import "commands" +import "scripts/puckochat/commands" Hooks.on("init", function() { console.log("[puckoprutt] Hello Init");