obby.js:https的非官方客户端 源码
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
用户评论