@@ -78,7 +78,7 @@ class Buttons:
7878class Messages :
7979 START_TEXT = """
8080Hi **{}** 👋, I'm **Unarchiver bot** 🥰
81- **This is BETA version !** May be a lot buggy, but with new features. Better waiting for the stable version at daytime… 🙂
81+ # **This is BETA version !** May be a lot buggy, but with new features. Better waiting for the stable version at daytime… 🙂
8282
8383I can extract archives like `zip`, `rar`, `tar`, …
8484
@@ -108,11 +108,13 @@ class Messages:
108108 """
109109
110110 ABOUT_TXT = """
111- **About Unarchiver bot [BETA | v4.4.0]**
111+ #**About Unarchiver bot [BETA | v4.5.0]**
112+ **About Unarchiver bot [v4.5.0]**
112113
113114• **Language :** [Python 3.9.1](https://www.python.org/)
114115• **Framework :** [Pyrogram 1.4.16](https://docs.pyrogram.org/)
115- • **Source code :** [EDM115/unzip-bot[beta]](https://github.com/EDM115/unzip-bot/tree/beta)
116+ #• **Source code :** [EDM115/unzip-bot[beta]](https://github.com/EDM115/unzip-bot/tree/beta)
117+ • **Source code :** [EDM115/unzip-bot](https://github.com/EDM115/unzip-bot)
116118• **Developer :** [EDM115](https://github.com/EDM115)
117119
118120**Made with ❤️ by @EDM115bots**
@@ -122,8 +124,8 @@ class Messages:
122124**Extract log 📝**
123125
124126**User ID :** `{}`
125- **File Name :** `{}`
126- **File Size :** `{}`
127+ **File name :** `{}`
128+ **File size :** `{}`
127129 """
128130
129131 PASS_TXT = """
@@ -136,7 +138,7 @@ class Messages:
136138**Successfully downloaded ✅**
137139
138140**Download time :** `{}`
139- **Status :** Trying to extract the archive… Please wait
141+ **Status :** Extracting the archive… Please wait
140142 """
141143
142144 EXT_OK_TXT = """
@@ -159,7 +161,7 @@ class Messages:
159161 """
160162
161163 URL_ERROR = """
162- An error hapenned for `{}` 😕
164+ An error happened for `{}` 😕
163165
164166**Error code :** `{}`
165167**Error type :** `{}`
@@ -204,15 +206,13 @@ class Messages:
204206 ERROR_TXT = """
205207**Error happened 😕**
206208
207- **ERROR :** `{}`
209+ `{}`
208210
209211Please report this at @EDM115 if you think this is a serious error
210212 """
211213
212214 CANCELLED_TXT = """
213215**{} ✅**
214-
215- Now all of your files have been deleted from my server 😌
216216 """
217217
218218 DL_STOPPED = """
@@ -224,13 +224,13 @@ class Messages:
224224 """
225225
226226 CLEAN_TXT = """
227- **Are sure want to delete your files from my server 🤔**
227+ **Are sure want to clean your task 🤔**
228228
229229Note : This action cannot be undone !
230230 """
231231
232232 SELECT_UPLOAD_MODE_TXT = """
233- Please select the upload mode by clicking on below buttons 👇
233+ Select your upload mode 👇
234234
235235**Current upload mode is :** `{}`
236236 """
@@ -248,7 +248,7 @@ class Messages:
248248 """
249249
250250 PLS_REPLY = """
251- You need to reply to a picture for saving it as custom thumbnail 😃
251+ You need to reply to a picture for saving it as custom thumbnail 🤓
252252 """
253253
254254# List of error messages from p7zip
0 commit comments