toluschr / BetterDiscord-Animated-Status

Animate your Discord Status with this BetterDiscord Plugin
MIT License
255 stars 489 forks source link

Rate limited even when timeout is set to 60000? #59

Open Andrew6rant opened 3 years ago

Andrew6rant commented 3 years ago

I have set my status to update once a minute (60000ms), which is far less often than the 2900ms limit, but I believe I still may be getting rate-limited by Discord. Opening up the console (Ctrl+Shift+I) and scrolling up, I can see a few 429 errors.

I have had the following code running for a couple of months, so I don't think I am in danger of getting banned, but I just wanted to see if anyone else has experienced this.

"eval let fmt=t=>(t<10?'0':'')+t;let d=new Date();`Can't believe it is already ${fmt(d.getHours()% 12 || 12)}:${fmt(d.getMinutes())}`;"