telegram_libs 0.1.24__py3-none-any.whl → 0.1.26__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- telegram_libs/constants.py +3 -3
- telegram_libs/utils.py +1 -1
- {telegram_libs-0.1.24.dist-info → telegram_libs-0.1.26.dist-info}/METADATA +1 -1
- {telegram_libs-0.1.24.dist-info → telegram_libs-0.1.26.dist-info}/RECORD +6 -6
- {telegram_libs-0.1.24.dist-info → telegram_libs-0.1.26.dist-info}/LICENSE +0 -0
- {telegram_libs-0.1.24.dist-info → telegram_libs-0.1.26.dist-info}/WHEEL +0 -0
telegram_libs/constants.py
CHANGED
@@ -9,10 +9,10 @@ DEBUG = os.getenv("DEBUG", "False").lower() in ("true", "1", "yes")
|
|
9
9
|
BOTS = {
|
10
10
|
"https://t.me/MagMediaBot": "Remove Background",
|
11
11
|
"https://t.me/UpscaleImageGBot": "Upscale Image",
|
12
|
-
"https://t.me/GenerateBackgroundGBot": "Generate
|
13
|
-
"https://t.me/kudapoyti_go_bot": "Recommend
|
12
|
+
"https://t.me/GenerateBackgroundGBot": "Generate Background",
|
13
|
+
"https://t.me/kudapoyti_go_bot": "Recommend Place to Visit",
|
14
14
|
"https://t.me/TryOnOutfitGBot": "Try On Outfit",
|
15
|
-
"https://t.me/CloneVoiceAIGBot": "Clone Voice AI",
|
15
|
+
"https://t.me/CloneVoiceAIGBot": "Clone Voice, Text to Speech AI",
|
16
16
|
}
|
17
17
|
|
18
18
|
BOTS_AMOUNT = len(BOTS)
|
telegram_libs/utils.py
CHANGED
@@ -51,7 +51,7 @@ async def more_bots_list_command(update: Update, context: ContextTypes.DEFAULT_T
|
|
51
51
|
user_id = update.effective_user.id
|
52
52
|
bot_name = context.bot.name
|
53
53
|
bot_logger.log_action(user_id, "more_bots_list_command", bot_name)
|
54
|
-
message = "Here is the list of all bots
|
54
|
+
message = "Here is the list of all bots:\n\n"
|
55
55
|
bots_list = "\n".join(
|
56
56
|
f"- <a href='{url}'>{name}</a>" for url, name in BOTS.items()
|
57
57
|
)
|
@@ -1,5 +1,5 @@
|
|
1
1
|
telegram_libs/__init__.py,sha256=xrsD5r6ZiJxPapHf1UhQ61z2gHtCCWrzW0CZHvlvXRc,82
|
2
|
-
telegram_libs/constants.py,sha256=
|
2
|
+
telegram_libs/constants.py,sha256=mATa2Pr4YzPGNrqw29kOHK7sSefWvENZ-byPPZCBTc8,958
|
3
3
|
telegram_libs/error.py,sha256=uomabeEiSP4v4AEpKYbi_gR0l3G003sio6lKl72AinY,453
|
4
4
|
telegram_libs/handlers.py,sha256=d5-4FvjyWcJeN1i3dHTYhF-2P4j7PbM1QElloFR_llg,2417
|
5
5
|
telegram_libs/locales/en.json,sha256=4VVkME7lCKW6ZjkopaoA6Uq3DLbEVkWacGei3GNSXFM,843
|
@@ -10,8 +10,8 @@ telegram_libs/payment.py,sha256=PSoagCTUt4xad-39kVYc2tcFgaPMQsP9eplCVqI9hnc,3661
|
|
10
10
|
telegram_libs/subscription.py,sha256=PFgoWKgjRrjzBjK-AMrESt_7aFk0pa8Qr_Wl1aQIoW8,6430
|
11
11
|
telegram_libs/support.py,sha256=a3BA7g3seVBUMasv65SzxebLayLigA069wvDcStYbCM,2748
|
12
12
|
telegram_libs/translation.py,sha256=8Kb2cgqKKZH4X_i2Le0V_K1imZdoaCzYAca831DOBig,2049
|
13
|
-
telegram_libs/utils.py,sha256=
|
14
|
-
telegram_libs-0.1.
|
15
|
-
telegram_libs-0.1.
|
16
|
-
telegram_libs-0.1.
|
17
|
-
telegram_libs-0.1.
|
13
|
+
telegram_libs/utils.py,sha256=9TzQt6PD_BAO5uHoYpReIM5mNeW0AcEHe-bihmIueEk,2382
|
14
|
+
telegram_libs-0.1.26.dist-info/LICENSE,sha256=ZXkWPZbCc61L29Gz6ZHPwn1c4Pm0TnfIqtx8jGWi9F4,1069
|
15
|
+
telegram_libs-0.1.26.dist-info/METADATA,sha256=6X8P4fgGRmKwXnsql_J_-hUXY4SJEAoLTWX_LyVUb2Q,804
|
16
|
+
telegram_libs-0.1.26.dist-info/WHEEL,sha256=XbeZDeTWKc1w7CSIyre5aMDU_-PohRwTQceYnisIYYY,88
|
17
|
+
telegram_libs-0.1.26.dist-info/RECORD,,
|
File without changes
|
File without changes
|