xync-bot 0.2.8__py3-none-any.whl → 0.2.10__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.

Potentially problematic release.


This version of xync-bot might be problematic. Click here for more details.

xync_bot/__init__.py CHANGED
@@ -1,3 +1,4 @@
1
+ from aiogram.client.default import DefaultBotProperties
1
2
  from aiogram.types import MenuButtonWebApp, WebAppInfo
2
3
  import logging
3
4
  from os import getenv as env
@@ -11,7 +12,7 @@ load_dotenv()
11
12
 
12
13
  logging.basicConfig(filemode='a', level=logging.DEBUG)
13
14
 
14
- bot = Bot(token=env('TOKEN'), parse_mode='Markdown')
15
+ bot = Bot(token=env('TOKEN'), default=DefaultBotProperties(parse_mode='Markdown'))
15
16
  dp = Dispatcher(bot=bot)
16
17
 
17
18
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: xync-bot
3
- Version: 0.2.8
3
+ Version: 0.2.10
4
4
  Summary: Telegram bot with web app for xync net
5
5
  Author-email: Artemiev <mixartemev@gmail.com>
6
6
  License: MIT
@@ -11,6 +11,6 @@ Requires-Python: >=3.11
11
11
  Description-Content-Type: text/markdown
12
12
  Requires-Dist: aiogram
13
13
  Requires-Dist: python-dotenv
14
- Requires-Dist: tortoise-api
14
+ Requires-Dist: xn-api
15
15
  Requires-Dist: xync-schema
16
16
 
@@ -0,0 +1,9 @@
1
+ xync_bot/__init__.py,sha256=A4PNsNVDgj5Cg4nIAhyhWbWLODalM3xQyrAzM6Cl2n0,1238
2
+ xync_bot/shared.py,sha256=MlKkTrsT29l7fF6-qAN9FO14cSuXuOuYxbNY5F4S2w4,137
3
+ xync_bot/handlers/__init__.py,sha256=lGPndTeEl1oLFMzFMtKNG2XLL8IecUFj1YIGzkZ55M8,78
4
+ xync_bot/handlers/main.py,sha256=AfWoTjBk_kzZCkR_7XfWYzWT2KV9ni_7TguRiJzxGcg,5757
5
+ xync_bot/handlers/vpn.py,sha256=qKK55UrjEZeDvu7ljWXNUFBFgXTPTIEaCT2OAmKWky4,2219
6
+ xync_bot-0.2.10.dist-info/METADATA,sha256=1CsOEupFK5oWlKfBtCFbqDmqUGT9yYAj4gPnTCClVAI,473
7
+ xync_bot-0.2.10.dist-info/WHEEL,sha256=OVMc5UfuAQiSplgO0_WdW7vXVGAt9Hdd6qtN4HotdyA,91
8
+ xync_bot-0.2.10.dist-info/top_level.txt,sha256=O2IjMc1ryAf0rwIXWohSNT5Kzcs9johgKRDz8lCC0rs,9
9
+ xync_bot-0.2.10.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (72.1.0)
2
+ Generator: setuptools (75.2.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -1,9 +0,0 @@
1
- xync_bot/__init__.py,sha256=tSeU8EGq6Y20rUwIChevYXcfO6JdtQT5aG3vPVGNmuQ,1152
2
- xync_bot/shared.py,sha256=MlKkTrsT29l7fF6-qAN9FO14cSuXuOuYxbNY5F4S2w4,137
3
- xync_bot/handlers/__init__.py,sha256=lGPndTeEl1oLFMzFMtKNG2XLL8IecUFj1YIGzkZ55M8,78
4
- xync_bot/handlers/main.py,sha256=AfWoTjBk_kzZCkR_7XfWYzWT2KV9ni_7TguRiJzxGcg,5757
5
- xync_bot/handlers/vpn.py,sha256=qKK55UrjEZeDvu7ljWXNUFBFgXTPTIEaCT2OAmKWky4,2219
6
- xync_bot-0.2.8.dist-info/METADATA,sha256=7uIiSoftRCmeba4cMyVi8PvgjyyP_w0ceL1BeDolp0Q,478
7
- xync_bot-0.2.8.dist-info/WHEEL,sha256=R0nc6qTxuoLk7ShA2_Y-UWkN8ZdfDBG2B6Eqpz2WXbs,91
8
- xync_bot-0.2.8.dist-info/top_level.txt,sha256=O2IjMc1ryAf0rwIXWohSNT5Kzcs9johgKRDz8lCC0rs,9
9
- xync_bot-0.2.8.dist-info/RECORD,,