Skip to content

Commit

Permalink
v2.14.12
Browse files Browse the repository at this point in the history
  • Loading branch information
aiko-chan-ai committed Oct 29, 2023
1 parent b2fe126 commit ca9e50c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 9 deletions.
2 changes: 1 addition & 1 deletion docs/main.json

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "discord.js-selfbot-v13",
"version": "2.14.11",
"version": "2.14.12",
"description": "A unofficial discord.js fork for creating selfbots [Based on discord.js v13]",
"main": "./src/index.js",
"types": "./typings/index.d.ts",
Expand Down Expand Up @@ -53,24 +53,24 @@
"dependencies": {
"@aikochan2k6/qrcode-terminal": "^0.12.1",
"@discordjs/builders": "^1.6.3",
"@discordjs/collection": "^1.5.1",
"@discordjs/collection": "^1.5.3",
"@discordjs/voice": "^0.16.0",
"@sapphire/async-queue": "^1.5.0",
"@sapphire/shapeshift": "^3.9.2",
"@types/node-fetch": "^2.6.4",
"@types/ws": "^8.5.5",
"@sapphire/shapeshift": "^3.9.3",
"@types/node-fetch": "^2.6.7",
"@types/ws": "^8.5.8",
"chalk": "^4.1.2",
"discord-api-types": "^0.37.49",
"discord-api-types": "^0.37.61",
"fetch-cookie": "^2.1.0",
"form-data": "^4.0.0",
"json-bigint": "^1.0.0",
"lodash.permutations": "^1.0.0",
"node-fetch": "^2.6.9",
"safe-base64": "^2.0.1-0",
"string_decoder": "^1.3.0",
"string-similarity": "^4.0.4",
"string_decoder": "^1.3.0",
"tough-cookie": "^4.1.3",
"ws": "^8.13.0"
"ws": "^8.14.2"
},
"engines": {
"node": ">=16.6.0",
Expand Down
3 changes: 3 additions & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -187,3 +187,6 @@ exports.WidgetMember = require('./structures/WidgetMember');
exports.WelcomeChannel = require('./structures/WelcomeChannel');
exports.WelcomeScreen = require('./structures/WelcomeScreen');
exports.WebSocket = require('./WebSocket');

// DiscordJSVoice Patch
exports.DiscordJSVoice = require('./util/Voice');

0 comments on commit ca9e50c

Please sign in to comment.