v2.2.0
Discord.js v13.8.0
This commit is contained in:
16
package.json
16
package.json
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "discord.js-selfbot-v13",
|
||||
"version": "2.1.0",
|
||||
"version": "2.2.0",
|
||||
"description": "A unofficial discord.js fork for creating selfbots [Based on discord.js v13]",
|
||||
"main": "./src/index.js",
|
||||
"types": "./typings/index.d.ts",
|
||||
"scripts": {
|
||||
"all": "npm run test && npm run test:typescript && npm run fix:all && npm run build",
|
||||
"test": "npm run lint:all && npm run lint:typings && npm run docs:test",
|
||||
"all": "npm run lint:fix && npm run lint:typings:fix && npm run fix:all && npm run build",
|
||||
"test": "npm run lint:all && npm run docs:test && npm run test:typescript",
|
||||
"fix:all": "npm run lint:fix && npm run lint:typings:fix && npm run format",
|
||||
"test:typescript": "tsc --noEmit && tsd",
|
||||
"lint": "eslint .",
|
||||
@@ -51,9 +51,9 @@
|
||||
},
|
||||
"homepage": "https://github.com/aiko-chan-ai/discord.js-selfbot-v13#readme",
|
||||
"dependencies": {
|
||||
"@discordjs/builders": "^0.13.0",
|
||||
"@discordjs/collection": "^0.6.0",
|
||||
"@discordjs/voice": "^0.9.0",
|
||||
"@discordjs/builders": "^0.14.0",
|
||||
"@discordjs/collection": "^0.7.0",
|
||||
"@discordjs/voice": "^0.10.0",
|
||||
"@sapphire/async-queue": "^1.3.1",
|
||||
"@sapphire/snowflake": "^3.2.2",
|
||||
"@types/node-fetch": "^2.6.1",
|
||||
@@ -63,10 +63,10 @@
|
||||
"bignumber.js": "^9.0.2",
|
||||
"bufferutil": "^4.0.6",
|
||||
"chalk": "^4.1.2",
|
||||
"discord-api-types": "^0.33.2",
|
||||
"discord-api-types": "^0.33.3",
|
||||
"discord-bettermarkdown": "^1.2.0",
|
||||
"discord-rpc-contructor": "^1.1.5",
|
||||
"discord.js": "^13.7.0",
|
||||
"discord.js": "^13.8.0",
|
||||
"form-data": "^4.0.0",
|
||||
"i": "^0.3.7",
|
||||
"json-bigint": "^1.0.0",
|
||||
|
||||
Reference in New Issue
Block a user