summary refs log tree commit diff
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2026-03-07 00:37:13 +0100
committerRory& <root@rory.gay>2026-03-07 00:37:13 +0100
commitaee0ec965ac392e1048e9028f9bb9937fa447ba9 (patch)
tree44d10453ec70974416696954eacaff935ee95e06
parent[rel/1518] Allowed mentions + message reference: allow nulls (diff)
downloadserver-ts-aee0ec965ac392e1048e9028f9bb9937fa447ba9.tar.xz
Dont serialize discovery weight/exclusion status
-rw-r--r--src/util/entities/Guild.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util/entities/Guild.ts b/src/util/entities/Guild.ts

index 43d22aaa..cf3e4439 100644 --- a/src/util/entities/Guild.ts +++ b/src/util/entities/Guild.ts
@@ -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, }; } }