tmi.js | | 安装 节点 $ npm i tmi.js const tmi = require ( 'tmi.js' ) ; const client = new tmi . Client ( { options : { debug : true , messagesLogLevel : "info" } , connection : { reconnect : true , secure : true } , identity : { username : 'bot-name' , password : 'oauth:my-bot-token' } ,