Alex Schoenhofen
Alex Schoenhofen
### Summary Making a slash command in a cog and forgetting to put the "self" argument in the command description results in a ~~strange error.~~ better error since #530, but...
## Expected Behavior When I turn off the server while people are playing, then turn it back on, things should run back to normal. ## Current Behavior Sometimes crashes when...
## Version - 1.16.4 ## What Should Be Added or Changed? - The ability to edit and disable the random variance in maximum HP for mobs. ## Why Should This...
## Summary Massively reworks the core of HTTP, adding support for: - Multiple authorization tokens/types with the `auth` kwarg, opening the way for OAuth2 extensions, - Global ratelimits per authorization,...
### Summary When proxy parameters are passed into Client/Bot, they are correctly relayed to HTTPClient and all requests done via HTTPClient (including the websocket connection) use the given proxy parameters...
Signed-off-by: Alex Schoenhofen ## Summary The goal of this PR is to chip away at the "magicness" of the old Discord.py innards of NC. specifically by using Enums for events...
## Summary Give me time, I want this public so people can start seeing it and, if something happens to this PR, take the code in here and use it....
## Summary A port of [Nextcord's HTTP-Recore PR](https://github.com/nextcord/nextcord/pull/1057) DUE TO THIS BEING A PORT, I PROBABLY SCREWED SOMETHING UP! The code in this PR was modeled after NC's `HTTPClient`, but...
## Summary This PR aims to * make accesses to the cache asynchronous, * allow the cache to be modified and replaced by users, * refine how Discord objects are...
## Summary Simplifies `Client.run()` to make it simpler. This *technically* is a breaking change, as `signal.SIGTERM` is no longer handled and much of the loop shenanigans have been removed. I...