chore: v2.11.4
This commit is contained in:
parent
f4a6212ed4
commit
b0dec151ae
File diff suppressed because one or more lines are too long
@ -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",
|
||||
|
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user