From 54b9fcc32af8c6933a7e4cdc1d8f6bd080671aef Mon Sep 17 00:00:00 2001 From: KungKurt Date: Sun, 16 Feb 2025 18:46:34 +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 7c40fe8..e1c764a 100644 --- a/scripts/puckochat/main.js +++ b/scripts/puckochat/main.js @@ -1,4 +1,4 @@ -import { puckocommand } from "./commands" +import { puckocommand } from "./commands.js" Hooks.on("init", async function() { console.log("[puckoprutt] Hello Init");