chore: v2.11.4

This commit is contained in:
Elysia 2023-03-05 19:10:22 +07:00
parent f4a6212ed4
commit b0dec151ae
3 changed files with 4 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -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",

View File

@ -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) {