For the complete documentation index, see llms.txt. This page is also available as Markdown.

writeChat

API - sends a message to your live stream chatroom

return function()
    writeChat('hello world'); --prints hello world into your chat!
end

If you have multiple streaming integrations connected, it will attempt to send the message in each chatroom.

Last updated