We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When saving icon/banner images, we should validate some other things:
Also should add try/except block to background loop, since we don't ever want this loop to fail. Should use logger to print traceback as well.
The text was updated successfully, but these errors were encountered:
I have gathered information from Discord and some other sites.
Recommended for server banners: 960 x 540 pixels Recommended for server icons: 512 x 512 pixels
Discord: https://support.discord.com/hc/en-us/articles/360028038352 Discord: https://support.discord.com/hc/en-us/articles/360028716472 Pixelied: https://pixelied.com/blog/discord-profile-picture-size How-To Geek: https://www.howtogeek.com/667816
Sorry, something went wrong.
No branches or pull requests
When saving icon/banner images, we should validate some other things:
Also should add try/except block to background loop, since we don't ever want this loop to fail. Should use logger to print traceback as well.
The text was updated successfully, but these errors were encountered: