diff --git a/bot/workers/auto/transcode.py b/bot/workers/auto/transcode.py index ed2f0ce9..b822b4ea 100644 --- a/bot/workers/auto/transcode.py +++ b/bot/workers/auto/transcode.py @@ -436,8 +436,8 @@ async def thing(): f"**Encode Stats:**\n\nOriginal Size: " f"`{hbs(org_s)}`\nEncoded Size: `{hbs(out_s)}`\n" f"Encoded Percentage: `{per}`\n\n" - f"{'Cached' if einfo.cached_dl else 'Downloaded'} in `{dtime}`\n{mux_msg}" - f"Encoded in `{etime}`\nUploaded in `{utime}`", + f"{'Cached' if einfo.cached_dl else 'Downloaded'} in `{dtime}`\n" + f"Encoded in `{etime}`\n{mux_msg}Uploaded in `{utime}`", disable_web_page_preview=True, quote=True, ) diff --git a/version.txt b/version.txt index 4b9a7858..fc96965b 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -v2.2.0-beta.0.5.01 (beta) +v2.2.0-beta.0.5.02 (beta)