fix guild structure
This commit is contained in:
parent
f8ecaba024
commit
2745d5c445
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue