arielle
arielle
I like the idea, @Dysta, are you able to rebase and solve conflicts with the master branch, plus fix checks? Sorry for the delayed response, but the internal blocker for...
@Dysta would you mind if I clean up the history on this pr a bit?
I've rebased this branch onto master and cleaned up the history. In order to get your local branch back into sync, do this before making any local changes: `git fetch...
Postponing this to 2.6 to leave time for further testing
This requires a lot more work, due to the http handling essentially being duplicated in webhook/async_.py
Deferred until a complete ratelimit refactor can be done.
@shiftinv could you rebase this pr on master?
Are you trying to get the CancelledError in your error handler? I'm confused as to what you're requesting.
> Could you add support for logs in a file? Sometimes I don't like to have logs in my command line. Added as of https://github.com/DisnakeDev/disnake/pull/247/commits/6f76533f0d1e87edb1296131077c3ff50ae989ec
`on_member_delete` can't run because the member is not cached, but we should have an `on_raw_member_delete` event for when the member is not cached. Same goes for other member events that...