mirror of
https://github.com/PHIDIAS0303/ClusterChatSync.git
synced 2025-12-27 03:05:21 +09:00
.
This commit is contained in:
@@ -92,6 +92,9 @@ 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(' ');
|
||||
@@ -105,6 +108,7 @@ class ControllerPlugin extends BaseControllerPlugin {
|
||||
|
||||
await channel.send(nrc_cmsg, { allowedMentions: { parse: [] }});
|
||||
}
|
||||
*/
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user