telegram_libs 0.1.37__py3-none-any.whl → 0.1.38__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 +5 -5
- {telegram_libs-0.1.37.dist-info → telegram_libs-0.1.38.dist-info}/METADATA +1 -1
- {telegram_libs-0.1.37.dist-info → telegram_libs-0.1.38.dist-info}/RECORD +5 -5
- {telegram_libs-0.1.37.dist-info → telegram_libs-0.1.38.dist-info}/LICENSE +0 -0
- {telegram_libs-0.1.37.dist-info → telegram_libs-0.1.38.dist-info}/WHEEL +0 -0
telegram_libs/constants.py
CHANGED
@@ -8,12 +8,12 @@ LOGS_DB_NAME = os.getenv("LOGS_DB_NAME", "logs")
|
|
8
8
|
DEBUG = os.getenv("DEBUG", "False").lower() in ("true", "1", "yes")
|
9
9
|
BOTS = {
|
10
10
|
"https://t.me/MagMediaBot": "Remove Background",
|
11
|
-
"https://t.me/
|
12
|
-
"https://t.me/
|
11
|
+
"https://t.me/UpscaleImage_GBot": "Upscale Image",
|
12
|
+
"https://t.me/GanarateBackground_GBot": "Generate Background",
|
13
13
|
"https://t.me/kudapoyti_go_bot": "Recommend Place to Visit",
|
14
|
-
"https://t.me/
|
15
|
-
"https://t.me/
|
16
|
-
"https://t.me/
|
14
|
+
"https://t.me/TryOn_GBot": "Try On Outfit",
|
15
|
+
"https://t.me/CloneVoice_GBot": "Clone Voice, Text to Speech AI",
|
16
|
+
"https://t.me/SocialPoster_GBot": "Social Poster",
|
17
17
|
}
|
18
18
|
|
19
19
|
BOTS_AMOUNT = len(BOTS)
|
@@ -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=YHXAjcRLHahrm6PvCOk9BokD-lGTOrmfOBKqkSTGh8I,952
|
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=Vy158h4UR8X_9AGX5VmN8W6tOufOymGmYPjnobb-vXA,976
|
@@ -11,7 +11,7 @@ telegram_libs/subscription.py,sha256=NJlh1kcDfasX1XLpkVfe1UbZslpWSC1hXHaum0kfG8A
|
|
11
11
|
telegram_libs/support.py,sha256=a3BA7g3seVBUMasv65SzxebLayLigA069wvDcStYbCM,2748
|
12
12
|
telegram_libs/translation.py,sha256=8Kb2cgqKKZH4X_i2Le0V_K1imZdoaCzYAca831DOBig,2049
|
13
13
|
telegram_libs/utils.py,sha256=nWYbsY8wjOGCBINhjedkhhp8qoyP51iFZm6lt-u_UF8,5052
|
14
|
-
telegram_libs-0.1.
|
15
|
-
telegram_libs-0.1.
|
16
|
-
telegram_libs-0.1.
|
17
|
-
telegram_libs-0.1.
|
14
|
+
telegram_libs-0.1.38.dist-info/LICENSE,sha256=ZXkWPZbCc61L29Gz6ZHPwn1c4Pm0TnfIqtx8jGWi9F4,1069
|
15
|
+
telegram_libs-0.1.38.dist-info/METADATA,sha256=9M5v4yzET1YKCcpYbPKALbNKKmpEI6ovxSwYQ5CbIDc,1208
|
16
|
+
telegram_libs-0.1.38.dist-info/WHEEL,sha256=XbeZDeTWKc1w7CSIyre5aMDU_-PohRwTQceYnisIYYY,88
|
17
|
+
telegram_libs-0.1.38.dist-info/RECORD,,
|
File without changes
|
File without changes
|