fix(READY): Log and typing

This commit is contained in:
Cinnamon
2022-06-25 10:28:31 +07:00
parent 6068ffc1d8
commit cd70a91aaa
3 changed files with 11 additions and 10 deletions

1
typings/index.d.ts vendored
View File

@@ -4101,6 +4101,7 @@ export interface ClientEvents extends BaseClientEvents {
relationshipAdd: [id: Snowflake, type: RelationshipTypes];
relationshipRemove: [id: Snowflake];
unhandledPacket: [packet: { op: GatewayOpcodes | number; d?: any; s?: number; t?: string }, shard: WebSocketShard];
update: [oldVersion: string, newVersion: string];
}
export interface ConstantsEvents {