mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-05 09:26:10 +00:00
Add constant for the default file size limit
This commit is contained in:
@ -100,6 +100,7 @@ __all__ = (
|
||||
)
|
||||
|
||||
DISCORD_EPOCH = 1420070400000
|
||||
DEFAULT_FILE_SIZE_LIMIT_BYTES = 26214400
|
||||
|
||||
|
||||
class _MissingSentinel:
|
||||
|
Reference in New Issue
Block a user