Browse Source
Change default file size limit
Co-authored-by: Danny <1695103+Rapptz@users.noreply.github.com>
pull/10086/head
Michael H
3 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
discord/utils.py
|
@ -108,7 +108,7 @@ __all__ = ( |
|
|
) |
|
|
) |
|
|
|
|
|
|
|
|
DISCORD_EPOCH = 1420070400000 |
|
|
DISCORD_EPOCH = 1420070400000 |
|
|
DEFAULT_FILE_SIZE_LIMIT_BYTES = 26214400 |
|
|
DEFAULT_FILE_SIZE_LIMIT_BYTES = 10485760 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
class _MissingSentinel: |
|
|
class _MissingSentinel: |
|
|