diff --git a/message.js b/message.js index 3299bf2..4408e2e 100644 --- a/message.js +++ b/message.js @@ -1,4 +1,6 @@ -import { Type, Static } from "@sinclair/typebox"; +// import { Type, Static } from "@sinclair/typebox"; +const {Type, Static} = require("@sinclair/typebox"); + export class ChatEvent { // declare ["constructor"]: typeof ChatEvent; // as const