Skip to content

Commit 6a603f1

Browse files
authored
Update bot_data.py
1 parent b1ecf78 commit 6a603f1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

unzipper/modules/bot_data.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,12 +78,12 @@ class Buttons:
7878
class Messages:
7979
START_TEXT = """
8080
Hi **{}** 👋, 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… 🙂
8281
8382
I can extract archives like `zip`, `rar`, `tar`, …
8483
8584
**Made with ❤️ by @EDM115bots**
8685
"""
86+
#**This is BETA version !** May be a lot buggy, but with new features. Better waiting for the stable version at daytime… 🙂
8787

8888
HELP_TXT = """
8989
**• How to extract 🤔**
@@ -108,17 +108,17 @@ class Messages:
108108
"""
109109

110110
ABOUT_TXT = """
111-
#**About Unarchiver bot [BETA | v4.5.0]**
112111
**About Unarchiver bot [v4.5.0]**
113112
114113
• **Language :** [Python 3.9.1](https://www.python.org/)
115114
• **Framework :** [Pyrogram 1.4.16](https://docs.pyrogram.org/)
116-
#• **Source code :** [EDM115/unzip-bot[beta]](https://github.com/EDM115/unzip-bot/tree/beta)
117115
• **Source code :** [EDM115/unzip-bot](https://github.com/EDM115/unzip-bot)
118116
• **Developer :** [EDM115](https://github.com/EDM115)
119117
120118
**Made with ❤️ by @EDM115bots**
121119
"""
120+
#**About Unarchiver bot [BETA | v4.5.0]**
121+
#• **Source code :** [EDM115/unzip-bot[beta]](https://github.com/EDM115/unzip-bot/tree/beta)
122122

123123
LOG_TXT = """
124124
**Extract log 📝**

0 commit comments

Comments
 (0)