From ed4476371b038a0323674ec88a3ae3e0b122f8f5 Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Fri, 17 Jan 2025 23:41:31 +0900 Subject: [PATCH] . --- controller.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/controller.js b/controller.js index 1bc5f84..6cb268a 100644 --- a/controller.js +++ b/controller.js @@ -92,9 +92,6 @@ class ControllerPlugin extends BaseControllerPlugin { nrc_msg = dt + ' ' + nrc_msg } - await channel.send(nrc_msg, { allowedMentions: { parse: [] }}); - - /* while (nrc_msg.length > 0) { let nrc_cmsg = nrc_msg.slice(0, 1950); let nrc_lindex = nrc_cmsg.lastIndexOf(' '); @@ -108,7 +105,6 @@ class ControllerPlugin extends BaseControllerPlugin { await channel.send(nrc_cmsg, { allowedMentions: { parse: [] }}); } - */ } } }