mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-06-07 12:18:59 +00:00
Change default file size limit
Co-authored-by: Danny <1695103+Rapptz@users.noreply.github.com>
This commit is contained in:
parent
418a7915e6
commit
db7b2d9058
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user