feat(GuildPreview): add createdAt & createdTimestamp (#6130)

Co-authored-by: SpaceEEC <spaceeec@yahoo.com>
This commit is contained in:
GoldenAngel
2021-07-18 11:18:53 -07:00
committed by GitHub
parent c40c0f934a
commit 9f039a8679
2 changed files with 20 additions and 0 deletions

2
typings/index.d.ts vendored
View File

@@ -758,6 +758,8 @@ export class GuildPreview extends Base {
public constructor(client: Client, data: unknown);
public approximateMemberCount: number;
public approximatePresenceCount: number;
public readonly createdAt: Date;
public readonly createdTimestamp: number;
public description: string | null;
public discoverySplash: string | null;
public emojis: Collection<Snowflake, GuildPreviewEmoji>;