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 14:50:13 +03:00
committed by GitHub
parent 8cf1ba3f4f
commit 9e5c5b5aac
+1 -1
View File
@@ -590,7 +590,7 @@ export interface GatewayHeartbeat {
export interface GatewayIdentifyProperties {
$os: string;
$browser: string;
device: string;
$device: string;
}
/**