tmi.js
v1.8.5
เว็บไซต์ | เอกสารประกอบปัจจุบันอยู่ที่ tmijs/docs | บันทึกการเปลี่ยนแปลงในหน้าเผยแพร่
$ npm i tmi.js
const tmi = require ( 'tmi.js' ) ;
const client = new tmi . Client ( {
options : { debug : true } ,
identity : {
username : 'bot_name' ,
password : 'oauth:my_bot_token'
} ,
channels : [ 'my_channel' ]
} ) ;
client . connect ( ) . catch ( console . error ) ;
client . on ( 'message' , ( channel , tags , message , self ) => {
if ( self ) return ;
if ( message . toLowerCase ( ) === '!hello' ) {
client . say ( channel , `@ ${ tags . username } , heya!` ) ;
}
} ) ;
มีจำหน่ายในรูปแบบ " tmi
" บน window
< script src =" /scripts/tmi.min.js " > script >
< script >
const client = new tmi . Client ( { /* ... */ } ) ;
client . connect ( ) . catch ( console . error ) ;
script >
หน้าวางจำหน่าย
$ git clone https://github.com/tmijs/tmi.js.git
$ npm install
$ npm run build
$ npm i -D @types/tmi.js
ขอขอบคุณผู้ร่วมให้ข้อมูล tmi.js ทุกคน!
โปรดตรวจสอบหลักเกณฑ์ในการสนับสนุนพื้นที่เก็บข้อมูล tmi.js เราขอสงวนสิทธิ์ในการปฏิเสธคำขอดึงหากไม่เป็นไปตามข้อกำหนด