d4rktg 0.5.5__py3-none-any.whl → 0.5.7__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 CHANGED
@@ -23,7 +23,7 @@ def authorize(
23
23
  permission=None,
24
24
  owner_id: int = None
25
25
  ):
26
- async def func(flt, client: Client, message: Union[Message, CallbackQuery]):
26
+ async def func(flt, client, message: Union[Message, CallbackQuery]):
27
27
  try:
28
28
  user = message.from_user
29
29
  if not user:
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: Client, message: Union[Message, CallbackQuery]):
15
+ async def func(flt, client, message: Union[Message, CallbackQuery]):
16
16
  chat_id = message.chat.id
17
17
  msg_id = message.id
18
18
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: d4rktg
3
- Version: 0.5.5
3
+ Version: 0.5.7
4
4
  Summary: A module for create with easy and fast
5
5
  Author: D4rkShell
6
6
  Author-email: premiumqtrst@gmail.com
@@ -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=BDxTvsDpbmWQuTIMkgR0GsAC2AjqPdNOtAEzQcfEw7g,2708
13
+ d4rk/Utils/_decorators.py,sha256=U-4nIufKo3LJoH3siuLGqW0HdTlchIkdzyffdfGfvKw,2700
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=8mWNKfCSlN8-ClcG8MG1NydyDH3trGInFwV-Ede2bjA,3425
19
+ d4rk/Utils/_round.py,sha256=cwMdRAZRpsENWZz3099nlBhKwxr1_nbwg6wy5ZbD5ZU,3417
20
20
  d4rk/Utils/_terminal.py,sha256=Anu4OcffY3v6LMOrCskP1cHrJIliomo1Hjownbhh2sQ,125
21
- d4rktg-0.5.5.dist-info/METADATA,sha256=6VWSbeIBSdcrEsUajCS2jPyExM2gR5q1SSG3dAaOd9I,652
22
- d4rktg-0.5.5.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
23
- d4rktg-0.5.5.dist-info/top_level.txt,sha256=qs1qTnKWImmGi7E0FoJS0OAEOHoVZA9vHRS3Pm6ncAo,5
24
- d4rktg-0.5.5.dist-info/RECORD,,
21
+ d4rktg-0.5.7.dist-info/METADATA,sha256=_kwif4vkMVwlROUUbhA9wMO8gJpzE4vz8UtaBXYFpbM,652
22
+ d4rktg-0.5.7.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
23
+ d4rktg-0.5.7.dist-info/top_level.txt,sha256=qs1qTnKWImmGi7E0FoJS0OAEOHoVZA9vHRS3Pm6ncAo,5
24
+ d4rktg-0.5.7.dist-info/RECORD,,
File without changes