updated import statement

This commit is contained in:
KungKurt 2025-02-16 18:46:34 +01:00
parent a3d8cf3183
commit 54b9fcc32a

View File

@ -1,4 +1,4 @@
import { puckocommand } from "./commands"
import { puckocommand } from "./commands.js"
Hooks.on("init", async function() {
console.log("[puckoprutt] Hello Init");