Dont serialize discovery weight/exclusion status

This commit is contained in:
Rory&
2026-03-07 00:37:13 +01:00
parent 8274bf9d76
commit aee0ec965a

View File

@@ -438,6 +438,8 @@ export class Guild extends BaseClass {
...this,
unavailable: this.unavailable == false ? undefined : true,
channel_ordering: undefined,
discovery_weight: undefined,
discovery_excluded: undefined,
};
}
}