Skip to content

Commit

Permalink
chore: release v2.8.15
Browse files Browse the repository at this point in the history
  • Loading branch information
aiko-chan-ai committed Nov 9, 2022
1 parent d3bda81 commit e7f0d3d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/main.json

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "discord.js-selfbot-v13",
"version": "2.8.14",
"version": "2.8.15",
"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 @@ -59,18 +59,18 @@
"@sapphire/shapeshift": "^3.7.0",
"@types/node-fetch": "^2.6.2",
"@types/ws": "^8.5.3",
"axios": "^0.27.2",
"axios": "^1.1.3",
"bignumber.js": "^9.1.0",
"chalk": "^4.1.2",
"discord-api-types": "^0.37.16",
"discord-api-types": "^0.37.17",
"form-data": "^4.0.0",
"json-bigint": "^1.0.0",
"node-fetch": "^2.6.1",
"proxy-agent": "^5.0.0",
"safe-base64": "^2.0.1-0",
"string_decoder": "^1.3.0",
"string-similarity": "^4.0.4",
"ws": "^8.10.0"
"ws": "^8.11.0"
},
"engines": {
"node": ">=16.6.0",
Expand All @@ -84,7 +84,7 @@
"@types/node": "^16.11.12",
"conventional-changelog-cli": "^2.2.2",
"dtslint": "^4.2.1",
"eslint": "^8.26.0",
"eslint": "^8.27.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-prettier": "^4.2.1",
Expand Down
1 change: 1 addition & 0 deletions src/util/Options.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ const { randomUA } = require('../util/Constants');
* @property {boolean} [patchVoice=false] Automatically patch @discordjs/voice module (support for call)
* @property {string} [captchaService=null] Captcha service to use for solving captcha
* @property {string} [captchaKey=null] Captcha service key
* @property {string} [password=null] Your Discord account password
* @property {boolean} [autoRedeemNitro=false] Automaticlly redeems nitro codes <NOTE: there is no cooldown on the auto redeem>
* @property {string} [proxy] Proxy to use for the WebSocket + REST connection (proxy-agent uri type) {@link https://www.npmjs.com/package/proxy-agent}.
* @property {boolean} [DMSync=false] Automatically synchronize call status (DM and group) at startup (event synchronization) [Warning: May cause rate limit to gateway)
Expand Down

0 comments on commit e7f0d3d

Please sign in to comment.