Closed Jaskowicz1 closed 3 months ago
Name | Link |
---|---|
Latest commit | fa749ce1520c0ab21843a439148f27d3eb0b3b26 |
Latest deploy log | https://app.netlify.com/sites/dpp-dev/deploys/6693bac59398a30008169014 |
Deploy Preview | https://deploy-preview-1197--dpp-dev.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
forgor to cmake -B build
lol
Converted to draft, need to experiment with file limits as it seems avatars and banners do not have a 256kb constraint.
No longer draft!
I found that banners and avatars have no limit for bots? It could possibly be 25MB but Discord doesn't document this and it seems the request times out at anything over 9mb (at least it did for me). I assume it's a combination of can you upload in time and can Discord process it in time to respond, otherwise it throws a malformed HTTP request.
So, this PR now removes the limit for avatars and banners.
This PR adds the ability to add banners to bots. I have also removed the limit imposed on avatars and banners as it seems the 256kb limit isn't true.
Code change checklist