aiko-chan-ai / discord.js-selfbot-v13

An unofficial discord.js fork for creating selfbots
https://discordjs-self-v13.netlify.app
GNU General Public License v3.0
741 stars 161 forks source link

How Can i Use a Proxy?? #869

Closed blatantfr closed 7 months ago

blatantfr commented 10 months ago

Which package is the feature request for?

The core library

Feature

I really need to use a proxy for a system im making that sends mass amounts of requests. i cant wait 1 hour between 500 requests

Ideal solution or implementation

I need help on using the proxies

Alternative solutions or implementations

No response

Other context

No response

skyslovt commented 10 months ago

You can use proxy option in client login like https://discordjs-self-v13.netlify.app/#/docs/docs/main/typedef/ClientOptions with these formats https://www.npmjs.com/package/proxy-agent

blatantfr commented 10 months ago

thx! that was very helpful!


From: skyslovt @.> Sent: Tuesday, October 10, 2023 6:33 AM To: aiko-chan-ai/discord.js-selfbot-v13 @.> Cc: AMARASENA Thehan @.>; Author @.> Subject: Re: [aiko-chan-ai/discord.js-selfbot-v13] How Can i Use a Proxy?? (Issue #869)

You can use proxy option in client login like https://discordjs-self-v13.netlify.app/#/docs/docs/main/typedef/ClientOptions with these formats https://www.npmjs.com/ package/proxy-agent

— Reply to this email directly, view it on GitHubhttps://github.com/aiko-chan-ai/discord.js-selfbot-v13/issues/869#issuecomment-1753994055, or unsubscribehttps://github.com/notifications/unsubscribe-auth/A5AF4ISXEXKRLSNZ4BZ7V6LX6R3UBAVCNFSM6AAAAAA5YVTXVWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTONJTHE4TIMBVGU. You are receiving this because you authored the thread.Message ID: @.***>

vacuumDev commented 10 months ago

but proxy agent is not working at all, requests are not going through proxy

blatantfr commented 10 months ago

i i noticed that too


From: vacuumDev @.> Sent: Friday, October 20, 2023 7:32 AM To: aiko-chan-ai/discord.js-selfbot-v13 @.> Cc: AMARASENA Thehan @.>; Author @.> Subject: Re: [aiko-chan-ai/discord.js-selfbot-v13] How Can i Use a Proxy?? (Issue #869)

but proxy agent is not working at all, requests are not going through proxy

— Reply to this email directly, view it on GitHubhttps://github.com/aiko-chan-ai/discord.js-selfbot-v13/issues/869#issuecomment-1771840022, or unsubscribehttps://github.com/notifications/unsubscribe-auth/A5AF4IWMDRGMZNWQTABO2TTYAG2CBAVCNFSM6AAAAAA5YVTXVWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTONZRHA2DAMBSGI. You are receiving this because you authored the thread.Message ID: @.***>

aiko-chan-ai commented 7 months ago

https://github.com/aiko-chan-ai/discord.js-selfbot-v13/blob/main/examples/Proxy.js