diff --git a/src/structures/guild.ts b/src/structures/guild.ts index 8cb9f68..23785c6 100644 --- a/src/structures/guild.ts +++ b/src/structures/guild.ts @@ -187,7 +187,7 @@ export class Guild extends SnowflakeBase { approximateNumberCount?: number approximatePresenceCount?: number bans: GuildBans - nsfw: boolean + nsfw?: boolean /** Get Shard ID of Guild on which it is */ get shardID(): number {