Skip to content

Commit

Permalink
chore: v2.11.4
Browse files Browse the repository at this point in the history
  • Loading branch information
aiko-chan-ai committed Mar 5, 2023
1 parent f4a6212 commit b0dec15
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/main.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "discord.js-selfbot-v13",
"version": "2.11.3",
"version": "2.11.4",
"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
2 changes: 2 additions & 0 deletions src/structures/Call.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ class Call extends Base {
* @type {Collection<Snowflake, User>}
*/
this.ringing = new Collection();

this._patch(data);
}
_patch(data) {
if ('region' in data) {
Expand Down

0 comments on commit b0dec15

Please sign in to comment.