Rubka 6.4.2__py3-none-any.whl → 6.4.4__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.
rubka/api.py
CHANGED
rubka/asynco.py
CHANGED
|
@@ -677,12 +677,12 @@ class Robot:
|
|
|
677
677
|
|
|
678
678
|
if not handler_info["commands"] and not handler_info["filters"]:
|
|
679
679
|
asyncio.create_task(handler_info["func"](self, context))
|
|
680
|
-
|
|
680
|
+
continue
|
|
681
681
|
|
|
682
682
|
|
|
683
683
|
if handler_info["commands"] or handler_info["filters"]:
|
|
684
|
-
asyncio.create_task(handler_info["func"](self, context))
|
|
685
|
-
|
|
684
|
+
asyncio.create_task(handler_info["func"](self, context))#jaq
|
|
685
|
+
continue
|
|
686
686
|
|
|
687
687
|
async def get_updates(self, offset_id: Optional[str] = None, limit: Optional[int] = None) -> Dict[str, Any]:
|
|
688
688
|
data = {}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: Rubka
|
|
3
|
-
Version: 6.4.
|
|
3
|
+
Version: 6.4.4
|
|
4
4
|
Summary: A Python library for interacting with Rubika Bot API.
|
|
5
5
|
Home-page: https://github.com/Mahdy-Ahmadi/Rubka
|
|
6
6
|
Download-URL: https://github.com/Mahdy-Ahmadi/rubka/blob/main/project_library.zip
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
rubka/__init__.py,sha256=TR1DABU5Maz2eO62ZEFiwOqNU0dH6l6HZfqRUxeo4eY,194
|
|
2
|
-
rubka/api.py,sha256=
|
|
3
|
-
rubka/asynco.py,sha256=
|
|
2
|
+
rubka/api.py,sha256=wqlZZq25PPwoHRF9jrM0znRA66j4k3yWOoJHc7qVouA,61234
|
|
3
|
+
rubka/asynco.py,sha256=K7mqUDWrSmZDAFs0hKIpCPOFqoA_miocyiMB7Qk_RTM,75787
|
|
4
4
|
rubka/button.py,sha256=vU9OvWXCD4MRrTJ8Xmivd4L471-06zrD2qpZBTw5vjY,13305
|
|
5
5
|
rubka/config.py,sha256=Bck59xkOiqioLv0GkQ1qPGnBXVctz1hKk6LT4h2EPx0,78
|
|
6
6
|
rubka/context.py,sha256=2HWMy5yaPWE0lJFjRkVzG-8wUgPyugRHz25t4hpF0Ko,18341
|
|
@@ -34,7 +34,7 @@ rubka/adaptorrubka/types/socket/message.py,sha256=0WgLMZh4eow8Zn7AiSX4C3GZjQTkIg
|
|
|
34
34
|
rubka/adaptorrubka/utils/__init__.py,sha256=OgCFkXdNFh379quNwIVOAWY2NP5cIOxU5gDRRALTk4o,54
|
|
35
35
|
rubka/adaptorrubka/utils/configs.py,sha256=nMUEOJh1NqDJsf9W9PurkN_DLYjO6kKPMm923i4Jj_A,492
|
|
36
36
|
rubka/adaptorrubka/utils/utils.py,sha256=5-LioLNYX_TIbQGDeT50j7Sg9nAWH2LJUUs-iEXpsUY,8816
|
|
37
|
-
rubka-6.4.
|
|
38
|
-
rubka-6.4.
|
|
39
|
-
rubka-6.4.
|
|
40
|
-
rubka-6.4.
|
|
37
|
+
rubka-6.4.4.dist-info/METADATA,sha256=wvYsJ2z1X-unQ3PXd9OWk3QUlbYtUaG_I5UCbNfncXc,33335
|
|
38
|
+
rubka-6.4.4.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
39
|
+
rubka-6.4.4.dist-info/top_level.txt,sha256=vy2A4lot11cRMdQS-F4HDCIXL3JK8RKfu7HMDkezJW4,6
|
|
40
|
+
rubka-6.4.4.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|