Remove a large amount of fetch_user calls (#3075)

* Non-audio changes

* address Flame's feedback
This commit is contained in:
Michael H
2019-12-21 01:15:34 -05:00
committed by GitHub
parent b457f8d1c1
commit a36e95c286
6 changed files with 65 additions and 50 deletions

View File

@@ -0,0 +1 @@
Red takes less time to fetch cases, unban members, and list warnings.

View File

@@ -0,0 +1,3 @@
Red no longer uses bot.fetch_user in core
- This is a 1/1s global ratelimit
- It really really really should be avoided.