d4rktg 0.5.6__py3-none-any.whl → 0.5.8__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/_round.py
CHANGED
@@ -12,7 +12,7 @@ responded_messages = {}
|
|
12
12
|
chat_locks = {}
|
13
13
|
|
14
14
|
def round():
|
15
|
-
async def func(flt, client
|
15
|
+
async def func(flt, client, message):
|
16
16
|
chat_id = message.chat.id
|
17
17
|
msg_id = message.id
|
18
18
|
|
@@ -47,7 +47,7 @@ def round():
|
|
47
47
|
def round_robin():
|
48
48
|
def decorator(func):
|
49
49
|
@wraps(func)
|
50
|
-
async def wrapper(client, message
|
50
|
+
async def wrapper(client, message, *args, **kwargs):
|
51
51
|
chat_id = message.chat.id
|
52
52
|
msg_id = message.id
|
53
53
|
|
@@ -16,9 +16,9 @@ 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=77sxFNjjdWMGqoZ5sLE1vR2_zsUu_SIIaF8IcjCVcos,3377
|
20
20
|
d4rk/Utils/_terminal.py,sha256=Anu4OcffY3v6LMOrCskP1cHrJIliomo1Hjownbhh2sQ,125
|
21
|
-
d4rktg-0.5.
|
22
|
-
d4rktg-0.5.
|
23
|
-
d4rktg-0.5.
|
24
|
-
d4rktg-0.5.
|
21
|
+
d4rktg-0.5.8.dist-info/METADATA,sha256=IKy_kdFYhuvAy9akUMppYxtMaVFxS-CsGtKcquuQoX8,652
|
22
|
+
d4rktg-0.5.8.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
23
|
+
d4rktg-0.5.8.dist-info/top_level.txt,sha256=qs1qTnKWImmGi7E0FoJS0OAEOHoVZA9vHRS3Pm6ncAo,5
|
24
|
+
d4rktg-0.5.8.dist-info/RECORD,,
|
File without changes
|
File without changes
|