Skip to content

Commit

Permalink
Change default file size limit
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeshardmind committed Jan 22, 2025
1 parent 418a791 commit 71f1e5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discord/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
)

DISCORD_EPOCH = 1420070400000
DEFAULT_FILE_SIZE_LIMIT_BYTES = 26214400
DEFAULT_FILE_SIZE_LIMIT_BYTES = 10000000


class _MissingSentinel:
Expand Down

0 comments on commit 71f1e5d

Please sign in to comment.