fix guild structure

This commit is contained in:
DjDeveloper 2021-04-14 14:39:11 +05:30 committed by GitHub
parent f8ecaba024
commit 2745d5c445
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 {