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 {
|
export interface WebSocketProperties {
|
||||||
$os?: string;
|
os?: string;
|
||||||
$browser?: string;
|
browser?: string;
|
||||||
$device?: string;
|
device?: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface WidgetActivity {
|
export interface WidgetActivity {
|
||||||
|
Loading…
Reference in New Issue
Block a user