V0.02, feature: sendMessageMoves.js completed

This commit is contained in:
myryos
2026-05-12 18:43:59 +02:00
parent 299af00e92
commit 7eb1318f55
6 changed files with 176 additions and 27 deletions

View File

@@ -0,0 +1,8 @@
const _content = content
console.log(_content)
await ChatMessage.create({
content: _content,
speaker: ChatMessage.getSpeaker(),
whisper: [],
style:CONST.CHAT_MESSAGE_STYLES.OTHER,
})