From 2745d5c445486374d4a49b86dd4521805b5bcbf4 Mon Sep 17 00:00:00 2001 From: DjDeveloper <43033058+DjDeveloperr@users.noreply.github.com> Date: Wed, 14 Apr 2021 14:39:11 +0530 Subject: [PATCH] fix guild structure --- src/structures/guild.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {