From ef134d996c889fc97a167072acc3297a1b7b2de9 Mon Sep 17 00:00:00 2001 From: March 7th <71698422+aiko-chan-ai@users.noreply.github.com> Date: Thu, 16 Jun 2022 20:20:15 +0700 Subject: [PATCH] refactor(ClientOptions): remove `$` prefix from `ws.properties` keys https://github.com/discordjs/discord.js/pull/8094 v13.8.1 go brrr --- typings/index.d.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/typings/index.d.ts b/typings/index.d.ts index e0f56cd..5820f6d 100644 --- a/typings/index.d.ts +++ b/typings/index.d.ts @@ -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 {