We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aac7479 commit b67d6d1Copy full SHA for b67d6d1
bot_package/downloader.py
@@ -149,7 +149,7 @@ def download_progress_hook(d):
149
f"{dl_text}\n"
150
f"**By:** {user_mention}\n**User ID:** `{user_id}`\n\n"
151
f"**Progress:** {progress_bar} {percentage_float:.1f}%\n"
152
- f"`{downloaded_mb:.2f} MB / {total_mb:.2f} MB`\n"
+ f"File Size: `{total_mb:.2f} MB`\n"
153
)
154
155
# Schedule the edit_status_message coroutine on the main event loop
0 commit comments