Change default file size limit

Co-authored-by: Danny <1695103+Rapptz@users.noreply.github.com>
This commit is contained in:
Michael H 2025-01-21 21:45:56 -05:00 committed by GitHub
parent 418a7915e6
commit db7b2d9058
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -108,7 +108,7 @@ __all__ = (
)
DISCORD_EPOCH = 1420070400000
DEFAULT_FILE_SIZE_LIMIT_BYTES = 26214400
DEFAULT_FILE_SIZE_LIMIT_BYTES = 10485760
class _MissingSentinel: