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:
parent
b435f9d20e
commit
ef134d996c
6
typings/index.d.ts
vendored
6
typings/index.d.ts
vendored
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user