dfrnoch / discord-sniper

🔰 Discord Nitro & Giveaway sniper! Made with Python
MIT License
170 stars 82 forks source link

Redeem Time too high!? #3

Open UjjwalD77 opened 4 years ago

UjjwalD77 commented 4 years ago

You've Mentioned the redeem time is about 5-10 ms but I get 400-700ms average I have a good internet connection. Do you have any idea why am I facing that and am I the only one facing the issue? Is there a way to reduce it?

image

dfrnoch commented 4 years ago

Did it snipes in 500ms every time? There may be a problem if you leave the program on for a long time.

I will try to fix that

UjjwalD77 commented 4 years ago

Yes it always takes 400+minumum time. Even when i start the program fresh doesn't matter of ran for long time. Hopefully you'll try to fix :)

rondDev commented 3 years ago

This could be due to the location of you and the server having a transmission difference (ping), therefore being delayed.

FeelsBadMan1 commented 2 years ago

This could have various reasons: Is the system where you run it on too slow(connection)? Also Python is a slow language you could solve that by converting the code to C and compile it to a .exe using nuitka. This will make it faster.