refactor(ClientOptions): remove $ prefix from ws.properties keys

https://github.com/discordjs/discord.js/pull/8094
v13.8.1 go brrr
This commit is contained in:
March 7th 2022-06-16 20:20:15 +07:00
parent b435f9d20e
commit ef134d996c

6
typings/index.d.ts vendored
View File

@ -6395,9 +6395,9 @@ export interface WebSocketOptions {
}
export interface WebSocketProperties {
$os?: string;
$browser?: string;
$device?: string;
os?: string;
browser?: string;
device?: string;
}
export interface WidgetActivity {