文件名称:lavalink.js:LavalinkJavaScript包装器
文件大小:30KB
文件格式:ZIP
更新时间:2024-06-03 16:14:31
typescript lavalink lavalink-client TypeScript
Lavalink.js 用于Discord的音频客户端JavaScript包装器。 仅支持Lavalink v3; 对于Lavalink v2使用0.7.x。 对于队列实现,请检查 。 入门 const { Node } = require ( 'lavalink' ) ; const voice = new Node ( { password : '' , // your Lavalink password userID : '' , // the user ID of your bot shardCount : 0 , // the total number of shards that your bot is running (optional, useful if you're load balancing) hosts : { rest : '' , /
【文件预览】:
lavalink.js-master
----.gitignore(34B)
----package.json(1KB)
----src()
--------core()
--------ClusterNode.ts(1KB)
--------index.ts(968B)
--------Node.ts(371B)
--------base()
--------Cluster.ts(628B)
----LICENSE(1KB)
----tsconfig.json(397B)
----.github()
--------ISSUE_TEMPLATE()
----README.md(11KB)
----.vscode()
--------launch.json(464B)
--------tasks.json(262B)
----.npmignore(119B)
----pnpm-lock.yaml(20KB)
----test()
--------Dockerfile(64B)
--------docker-compose.yml(145B)
--------index.ts(2KB)
--------application.yml(348B)
--------cluster.ts(2KB)
----.editorconfig(99B)