mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-11 09:52:09 +00:00
* Adds SShttp Adds a HTTP Subsystem with a integrated Retry-Queue for Status-Code 429 and 503 Changes the discord subsystems send message function to the new http subsystem The previous http_ request functions remain but have been renamed to old to signify that they should not be used for new implementations * Fixes lint error * DMDoc Pass * marks build_options as private * SHOULD_NOT_SLEEP where its relevant * update_channels is not a private proc, as it can be called by the API * Remove comments * Make fluffy happy * Makes fluffy even happier --------- Co-authored-by: Werner <Arrow768@users.noreply.github.com>