We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebb726a commit e01ecaaCopy full SHA for e01ecaa
index.js
@@ -414,7 +414,7 @@ class Connection extends EventEmitter {
414
415
this.ws = new WebSocket(`wss://${this.voiceServer.endpoint}/?v=8`, {
416
headers: {
417
- 'User-Agent': 'DiscordBot (https://github.com/PerformanC/voice, 2.1.0)'
+ 'User-Agent': 'DiscordBot (https://github.com/PerformanC/voice, 2.2.0)'
418
}
419
})
420
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@performanc/voice",
3
- "version": "2.1.0",
+ "version": "2.2.0",
4
"description": "Performant Discord voice API client for ES6 Node.js",
5
"main": "index.js",
6
"type": "module",
0 commit comments