feat(Client): Support Proxy

- https://github.com/discordjs/discord.js/issues/3039#issuecomment-1033955220
- #283
(not tested yet)

Co-Authored-By: Nguyễn Hồng Đức <hongducyb123@gmail.com>
This commit is contained in:
March 7th
2022-08-29 11:10:47 +07:00
parent da93f6364d
commit 00a2b8aa5b
7 changed files with 19 additions and 4 deletions

1
typings/index.d.ts vendored
View File

@@ -4598,6 +4598,7 @@ export interface ClientOptions {
autoRedeemNitro?: boolean;
patchVoice?: boolean;
DMSync?: boolean;
proxy?: string;
}
// end copy