1. 首页
  2. 数据库
  3. 其它
  4. obby.js:https的非官方客户端 源码

obby.js:https的非官方客户端 源码

上传者: 2021-04-08 22:42:14上传 ZIP文件 19.13KB 热度 16次
obby.js 的非官方JavaScript包装器。 用法示例 const { Obsidian } = require ( "obby.js" ) ; const { Client , Intents } = require ( "discord.js" ) ; const client = new Client ( { ws : { intents : new Intents ( ) . add ( "GUILDS" ) . add ( "GUILD_MESSAGES" ) . add ( "GUILD_VOICE_STATES" ) } } ) ; client . music = new Obsidian ( { nodes : [ { name : "Node's Name" , address : 127.0 .0 .1 , po
用户评论