You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed crash when unblocking requests after a global ratelimit
Fixed improper ratelimit handling for some routes
Fixed crash caused by Discord allowing users to "join" text channels like voice channels
Fixed crash caused by Discord sending invalid data after outages
Fixed crash caused by members having non-existent roles
Improved autoreconnect reliability
Slightly improved memory usage
Bluebird no longer loads automatically. If you still wish for eris to use bluebird, set the global Promise object to bluebird (global.Promise = require("bluebird"))