Skip to content

Commit

Permalink
v2.2.0
Browse files Browse the repository at this point in the history
Discord.js v13.8.0
  • Loading branch information
aiko-chan-ai committed Jun 6, 2022
1 parent 832bc01 commit 305ccaa
Show file tree
Hide file tree
Showing 19 changed files with 382 additions and 240 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

## About

<strong>Welcome to `discord.js-selfbot-v13@v2`, based on `discord.js@13.7.0`</strong>
<strong>Welcome to `discord.js-selfbot-v13@v2.2`, based on `discord.js@13.8.0`</strong>

- discord.js-selfbot-v13 is a [Node.js](https://nodejs.org) module that allows user accounts to interact with the Discord API v9.

Expand Down
2 changes: 1 addition & 1 deletion docs/main.json

Large diffs are not rendered by default.

174 changes: 69 additions & 105 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -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 .",
Expand Down Expand Up @@ -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",
Expand All @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/client/actions/WebhooksUpdate.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class WebhooksUpdate extends Action {
/**
* Emitted whenever a channel has its webhooks changed.
* @event Client#webhookUpdate
* @param {TextChannel|NewsChannel} channel The channel that had a webhook update
* @param {TextChannel|NewsChannel|VoiceChannel} channel The channel that had a webhook update
*/
if (channel) client.emit(Events.WEBHOOKS_UPDATE, channel);
}
Expand Down
Loading

0 comments on commit 305ccaa

Please sign in to comment.