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

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