obby.js
的非官方Javascr ipt包装器。
用法示例
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 (