chore(release): v2.6.16

This commit is contained in:
March 7th 2022-09-28 22:09:00 +07:00
parent f03d80ea13
commit e9961e4134
3 changed files with 729 additions and 756 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,11 +1,11 @@
{
"name": "discord.js-selfbot-v13",
"version": "2.6.15",
"version": "2.6.16",
"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 lint:fix && npm run lint:typings:fix && npm run fix:all && npm run build",
"all": "npm run lint:fix && npm run lint:typings:fix && npm run fix:all && npm run build && npm publish",
"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",

File diff suppressed because it is too large Load Diff