fix(GatewayIdentifyProperties): rename device to $device (#17)

ref: https://discord.com/developers/docs/topics/gateway#identify-identify-connection-properties
This commit is contained in:
Sugden
2020-09-19 12:50:13 +01:00
committed by GitHub
parent 8cf1ba3f4f
commit 9e5c5b5aac

View File

@@ -590,7 +590,7 @@ export interface GatewayHeartbeat {
export interface GatewayIdentifyProperties {
$os: string;
$browser: string;
device: string;
$device: string;
}
/**