d4rktg 0.5.8__py3-none-any.whl → 0.6.0__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.
- d4rk/Utils/_decorators.py +1 -1
- d4rk/Utils/_round.py +2 -0
- {d4rktg-0.5.8.dist-info → d4rktg-0.6.0.dist-info}/METADATA +1 -1
- {d4rktg-0.5.8.dist-info → d4rktg-0.6.0.dist-info}/RECORD +6 -6
- {d4rktg-0.5.8.dist-info → d4rktg-0.6.0.dist-info}/WHEEL +0 -0
- {d4rktg-0.5.8.dist-info → d4rktg-0.6.0.dist-info}/top_level.txt +0 -0
d4rk/Utils/_decorators.py
CHANGED
d4rk/Utils/_round.py
CHANGED
@@ -1,4 +1,5 @@
|
|
1
1
|
from functools import wraps
|
2
|
+
from pyrogram import filters
|
2
3
|
from pyrogram.types import Message
|
3
4
|
import asyncio
|
4
5
|
|
@@ -43,6 +44,7 @@ def round():
|
|
43
44
|
# Rotate for next message
|
44
45
|
last_index_per_chat[chat_id] = (current_index + 1) % len(bot_order_per_chat[chat_id])
|
45
46
|
return True
|
47
|
+
return filters.create(func)
|
46
48
|
|
47
49
|
def round_robin():
|
48
50
|
def decorator(func):
|
@@ -10,15 +10,15 @@ d4rk/Models/__init__.py,sha256=7bYM2c5Uk_VEg7NxIGH2EcEXGcAguwxvH23-Gy1orMM,100
|
|
10
10
|
d4rk/Models/_commands.py,sha256=UDZp0imt3BQu3KITuK1FR895EXgteMCzVQ_IiaOJvc8,2969
|
11
11
|
d4rk/Models/_movie_title.py,sha256=Xp8eafBP-kD3MxAdeNcb7EyiAojn5fDQ18la7vxrg10,812
|
12
12
|
d4rk/Utils/__init__.py,sha256=nWnDrvTJ8BgbqEE9aiVOcT8JoxK6P4XvP9_rgUwEHXs,333
|
13
|
-
d4rk/Utils/_decorators.py,sha256=
|
13
|
+
d4rk/Utils/_decorators.py,sha256=cVM4GUAqeKT1CECgKhmmGf3NKCtGmNKG9grNNn2cozY,2701
|
14
14
|
d4rk/Utils/_delete.py,sha256=gSmQAENGmM5XCCJfPuJ4vRMSxtixYG0vYdocU-2TSFg,581
|
15
15
|
d4rk/Utils/_fonts.py,sha256=CQsDqPgvp27t3f75Cxod0EmZogEssLwIpyesH-YY5KM,7518
|
16
16
|
d4rk/Utils/_ip.py,sha256=KJJW2QSngshIVWCO5YPXF1wj4IPQzVN5oFofpfzlU5w,559
|
17
17
|
d4rk/Utils/_movie_parser.py,sha256=QEPd3z04p4pk2vxZ-2fYlRxHmQbmwQd2mCIlBsBM5AY,7039
|
18
18
|
d4rk/Utils/_ractions.py,sha256=wOVPyoFnbDuMgoP6NF_gLO1DYcfhERC0trdAK1jWSE8,2170
|
19
|
-
d4rk/Utils/_round.py,sha256=
|
19
|
+
d4rk/Utils/_round.py,sha256=_VenURFUODdXu0uU9U29uzoR8ScLv9UAzLCR_M240bY,3440
|
20
20
|
d4rk/Utils/_terminal.py,sha256=Anu4OcffY3v6LMOrCskP1cHrJIliomo1Hjownbhh2sQ,125
|
21
|
-
d4rktg-0.
|
22
|
-
d4rktg-0.
|
23
|
-
d4rktg-0.
|
24
|
-
d4rktg-0.
|
21
|
+
d4rktg-0.6.0.dist-info/METADATA,sha256=4MrhrRljxbUpypmu_NSezlijd4Km_mtOQD4DrhAuYV4,652
|
22
|
+
d4rktg-0.6.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
23
|
+
d4rktg-0.6.0.dist-info/top_level.txt,sha256=qs1qTnKWImmGi7E0FoJS0OAEOHoVZA9vHRS3Pm6ncAo,5
|
24
|
+
d4rktg-0.6.0.dist-info/RECORD,,
|
File without changes
|
File without changes
|