diff --git a/src/util/entities/Guild.ts b/src/util/entities/Guild.ts index 43d22aa..cf3e443 100644 --- a/src/util/entities/Guild.ts +++ b/src/util/entities/Guild.ts @@ -438,6 +438,8 @@ ...this, unavailable: this.unavailable == false ? undefined : true, channel_ordering: undefined, + discovery_weight: undefined, + discovery_excluded: undefined, }; } }