From af3992dfdc0040a86799fc0d2983fcf4877ff302 Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Fri, 15 Aug 2025 20:49:09 +0900 Subject: [PATCH] .. --- controller.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controller.js b/controller.js index 7d1029b..b77855c 100644 --- a/controller.js +++ b/controller.js @@ -185,7 +185,7 @@ class ControllerPlugin extends BaseControllerPlugin { if (result && result.action) { await this.sendMessage(request, `**\`${nrc_username}\`**: ${result.passage}`); - this.instance.sendTo({ instanceId: this.instance.id }, new ChatEvent(this.instance.name, `[color=255,255,255]\`${nrc_username}\`: ${result}[/color]`)); + this.controller.sendTo({ instanceId: this.instance.id }, new ChatEvent(this.controller.name, `[color=255,255,255]\`${nrc_username}\`: ${result}[/color]`)); } } }