From 92406dad59af6d565e04a8bfd8d4d772dddf90df Mon Sep 17 00:00:00 2001 From: EEKIM10 Date: Tue, 3 Oct 2023 18:57:41 +0100 Subject: [PATCH] fix opusinate --- cogs/other.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cogs/other.py b/cogs/other.py index 934b96a..b543a9c 100644 --- a/cogs/other.py +++ b/cogs/other.py @@ -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):