Closed berkgoksel closed 4 years ago
Uploading less than 7.5MB files use Mega upload instead of Discord's own upload mechanism.
Add one more condition to if condition at SierraOne.py:180, old: if hasMegaKey and filesize <= MEGA_SIZE_MAX new: if hasMegaKey and filesize <= MEGA_SIZE_MAX and filesize > FILE_SIZE_MAX
Uploading less than 7.5MB files use Mega upload instead of Discord's own upload mechanism.