Add command for updating the bot

This commit is contained in:
Lucas Gabriel 2024-09-28 19:30:13 -03:00
parent 236bad0576
commit 3baee6b618
No known key found for this signature in database
GPG key ID: D9B075FC6DC93985
3 changed files with 52 additions and 9 deletions

View file

@ -62,5 +62,8 @@
"ytUploading": "*Uploading video...*",
"ytUploadDesc": "*[{userName}](tg://user?id={userId}), there is your downloaded video.*",
"ytDownloadErr": "*Error during YT video download:*\n\n`{err}`",
"ytUploadLimit": "*You have reached the 50MB upload limit for the bot. Try another video. We're trying our best to increase the limit.*"
"ytUploadLimit": "*You have reached the 50MB upload limit for the bot. Try another video. We're trying our best to increase the limit.*",
"fileError": "Error uploading file",
"botUpdated": "Bot updated with success.",
"errorUpdatingBot": "Error updating bot\n\n{error}"
}