Add constant for the default file size limit

This commit is contained in:
Rapptz
2023-05-19 21:21:37 -04:00
parent 8d583ea71b
commit e870bb1335
3 changed files with 5 additions and 4 deletions

View File

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