Skip to content
New issue

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

Change default file size limit #10084

Merged
merged 2 commits into from
Jan 22, 2025

Conversation

mikeshardmind
Copy link
Contributor

Summary

Resolves #10083

Might be worth documenting that this is provided on a "best effort at time of release" means somewhere, but for now, this just covers what discord says the limit is.

Checklist

  • If code changes were made then they have been tested.
    • I have updated the documentation to reflect the changes.
  • This PR fixes an issue.
  • This PR adds something new (e.g. new method or parameters).
  • This PR is a breaking change (e.g. methods or parameters removed/renamed)
  • This PR is not a code change (e.g. documentation, README, ...)

Copy link
Owner

@Rapptz Rapptz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was going to do this one locally before cutting the release but this is fine. The value is incorrect though, the limit is 10 MiB not 10 MB.

discord/utils.py Outdated Show resolved Hide resolved
@Rapptz Rapptz merged commit db7b2d9 into Rapptz:master Jan 22, 2025
8 checks passed
@mikeshardmind mikeshardmind deleted the 10mb-upload-limit-change branch January 22, 2025 04:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Guild file size limit is incorrect
2 participants