Add error status to uploadErr

This commit is contained in:
Luquinhas 2025-01-10 14:25:44 -03:00
parent b465ba29dd
commit 3083db69ef
No known key found for this signature in database
GPG key ID: D9B075FC6DC93985
3 changed files with 4 additions and 3 deletions

View file

@ -78,7 +78,7 @@
"uploadingVid": "*Uploading video...*",
"msgDesc": "{userMention}*, there is your downloaded video.*",
"downloadErr": "*Error during YT video download:*\n\n`{err}`",
"uploadErr": "Error uploading file. Please try again later.",
"uploadErr": "Error uploading file. Please try again later.\n\n{error}",
"uploadLimit": "*This video exceeds the 50 MB upload limit imposed by Telegram on our bot. Please try another video. We're doing our best to increase this limit.*",
"sizeLimitWarn": "*This video had its quality reduced because it exceeded the 50MB limit for uploads imposed by Telegram.*",
"noLink": "Please provide a link to a video to download."