文件名称:fnbr.js:与Epic Games的Fortnite HTTP和XMPP服务进行交互的库
文件大小:118KB
文件格式:ZIP
更新时间:2024-05-21 04:38:18
JavaScript
fnbr.js 与Epic Games的Fortnite HTTP和XMPP服务进行交互的库 安装 npm i fnbr 文献资料 可以在找到文档 例子 例子: const { Client } = require ( 'fnbr' ) ; const client = new Client ( { auth : { authorizationCode : '' , } , } ) ; client . on ( 'friend:message' , ( friendMessage ) => { console . log ( `Message from ${ friendMessage . author . displayName } : ${ friendMessage . content } ` ) ; if ( friendMessage . conte