From a3a88e6860f49f9af1127c820737ea096aa98c11 Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Thu, 14 Aug 2025 12:52:03 +0900 Subject: [PATCH] .. --- controller.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controller.js b/controller.js index 83037a5..9d94d06 100644 --- a/controller.js +++ b/controller.js @@ -3,7 +3,7 @@ const Discord = require('discord.js'); const fetch = require('node-fetch'); const {BaseControllerPlugin} = require('@clusterio/controller'); const {InstanceActionEvent} = require('./info.js'); -import { ChatEvent } from "./message.js"; +const {ChatEvent} = require("./message.js"); const MAX_DISCORD_MESSAGE_LENGTH = 1950; const MIN_CONFIDENCE_SCORE = 10.0;