dolfies / discord.py-self

A fork of the popular discord.py for user accounts.
https://discordpy-self.rtfd.io/en/latest/
MIT License
648 stars 153 forks source link

when changing IP, Rate-Limit wait should stop waiting #706

Closed ActualMasterOogway closed 3 weeks ago

ActualMasterOogway commented 3 weeks ago

Summary

Detects when the user changes his IP-Address, if detected and the user is currently in a Rate-Limit timeout it will cancel the timeout

What is the feature request for?

The core library

The Problem

I have sent too many requests and now the rate limit timeout is way too high (556.04) image

The Ideal Solution

I would like to switch Internets or use a VPN to change my IP-Address, which would allow me to send that specific request again without the trouble of waiting 556.04 seconds

The Current Solution

The current solution is waiting the whole 556.04 seconds...

Additional Context

No response

ActualMasterOogway commented 3 weeks ago

im stupid