Browse Source

Change default file size limit

Co-authored-by: Danny <1695103+Rapptz@users.noreply.github.com>
pull/10109/head
Michael H 6 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
DEFAULT_FILE_SIZE_LIMIT_BYTES = 26214400
DEFAULT_FILE_SIZE_LIMIT_BYTES = 10485760
_log = logging.getLogger(__name__)

Loading…
Cancel
Save