fix opusinate

This commit is contained in:
EEKIM10 2023-10-03 18:57:41 +01:00
parent 2b458a4d25
commit 92406dad59

View file

@ -1691,7 +1691,8 @@ class OtherCog(commands.Cog):
duration,
humanise(file.size),
humanise(stat.st_size),
humanise(file.size - stat.st_size, )
humanise(file.size - stat.st_size),
bit_rate - end_br
)
if stat.st_size <= max_size or share is False:
if stat.st_size >= (size_bytes - 100):