summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/util/entities/Guild.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/entities/Guild.ts b/src/util/entities/Guild.ts

index cf3e4439..d5a24632 100644 --- a/src/util/entities/Guild.ts +++ b/src/util/entities/Guild.ts
@@ -440,6 +440,7 @@ export class Guild extends BaseClass { channel_ordering: undefined, discovery_weight: undefined, discovery_excluded: undefined, + parent: undefined, }; } }