From 96eb5835c44004e43a4f0610835a2b815433f7f4 Mon Sep 17 00:00:00 2001 From: March 7th <71698422+aiko-chan-ai@users.noreply.github.com> Date: Thu, 16 Jun 2022 20:21:11 +0700 Subject: [PATCH] refactor(ClientOptions): remove `$` prefix from `ws.properties` keys https://github.com/discordjs/discord.js/pull/8094 v13.8.1 go brrr --- src/util/Options.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/Options.js b/src/util/Options.js index 19f64fe..77f2e50 100644 --- a/src/util/Options.js +++ b/src/util/Options.js @@ -361,4 +361,4 @@ Options.defaultSweeperSettings = { }, }; -module.exports = Options; +module.exports = Options; \ No newline at end of file