mirror of
https://github.com/MeowLynxSea/Proksea.git
synced 2025-07-10 03:14:40 +00:00
5 lines
170 B
JavaScript
5 lines
170 B
JavaScript
const ChatMessage = require('prismarine-chat')('1.16')
|
|
|
|
const msg = new ChatMessage({ text: 'Example chat message' })
|
|
console.log(msg.toString()) // Example chat message
|