Browse Source

Change default file size limit

Co-authored-by: Danny <[email protected]>
pull/10109/head
Michael H 3 months ago
committed by dolfies
parent
commit
0ed063e37b
  1. 2
      discord/utils.py

2
discord/utils.py

@ -120,7 +120,7 @@ __all__ = (
) )
DISCORD_EPOCH = 1420070400000 DISCORD_EPOCH = 1420070400000
DEFAULT_FILE_SIZE_LIMIT_BYTES = 26214400 DEFAULT_FILE_SIZE_LIMIT_BYTES = 10485760
_log = logging.getLogger(__name__) _log = logging.getLogger(__name__)

Loading…
Cancel
Save