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
|
approximateNumberCount?: number
|
||||||
approximatePresenceCount?: number
|
approximatePresenceCount?: number
|
||||||
bans: GuildBans
|
bans: GuildBans
|
||||||
nsfw: boolean
|
nsfw?: boolean
|
||||||
|
|
||||||
/** Get Shard ID of Guild on which it is */
|
/** Get Shard ID of Guild on which it is */
|
||||||
get shardID(): number {
|
get shardID(): number {
|
||||||
|
|
Loading…
Reference in a new issue