crxsnake 1.3.2__py3-none-any.whl → 1.3.3__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.
crxsnake/misc.py CHANGED
@@ -1,3 +1,6 @@
1
+ import os
2
+ import sys
3
+
1
4
  from datetime import datetime
2
5
 
3
6
  red = 16711680
@@ -14,3 +17,8 @@ time_short_time = f"<t:{timestamp}:t>"
14
17
  time_long_time = f"<t:{timestamp}:T>"
15
18
  time_full = f"<t:{timestamp}:f>"
16
19
  time_relative = f"<t:{timestamp}:R>"
20
+
21
+
22
+ async def restart():
23
+ python = sys.executable
24
+ os.execl(python, python, '-B', *sys.argv)
@@ -1,11 +1,11 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: crxsnake
3
- Version: 1.3.2
3
+ Version: 1.3.3
4
4
  Home-page: https://discord.gg/EEp67FWQDP
5
5
  Author: CRX-DEV
6
6
  Author-email: cherniq66@gmail.com
7
7
  License: MIT License
8
- Project-URL: Repository, https://github.com/CRX-DEV/crxsnake
8
+ Project-URL: Repository, https://github.com/cyrax-dev/crxsnake
9
9
  Project-URL: Discord, https://discord.gg/EEp67FWQDP
10
10
  Description-Content-Type: text/markdown
11
11
  License-File: LICENSE
@@ -2,13 +2,13 @@ crxsnake/__init__.py,sha256=Va8nawElNujlj6tmw30e3X723hkBbOcX0eP96D_F9iM,375
2
2
  crxsnake/cogs.py,sha256=yllAQ7WEES0mrIrVacAjtW103XL-Z-kdC1wWKliKTTU,602
3
3
  crxsnake/files.py,sha256=nNFUcyYefu-DrLiT2HkWoDpMjZ9mSxLxPp0tmtSlOLg,1049
4
4
  crxsnake/logger.py,sha256=-TXqHfagCV-TrnwJrucKEa61BRePW34sep0K9RCbHn8,764
5
- crxsnake/misc.py,sha256=VAv6FTQ-Ekwudtm8iLKjSu3WFSJuTw8Nrs_Gclo1W_c,402
5
+ crxsnake/misc.py,sha256=cgrtl9r2rlm_M9qpx-2BPVn42UEzaeSMRa2hY6YCa3g,529
6
6
  crxsnake/tortoise.py,sha256=lQQzxrdXw_4reKtLVUzlD8UL3BYehUSWaeEQXd8eJ-c,682
7
7
  crxsnake/issues/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
8
8
  crxsnake/issues/crx.py,sha256=Ka6V7q4ISJdoH2tI_avYzT67rGWcaKFTHIX4p6V5biI,447
9
9
  crxsnake/issues/hotline.py,sha256=08z38-7TCp2p086Ga_mMSY7lzH3MxdwB4mZgt4J9Nls,2722
10
- crxsnake-1.3.2.dist-info/LICENSE,sha256=xt4Ru6tOCU8e2wVlx_lgx7wh-sNLKbiCbmANzr2e3cc,1085
11
- crxsnake-1.3.2.dist-info/METADATA,sha256=4yP4nBY50t5myXXNEduKPGTmmIdLYyyo0_M7eFefdgE,1451
12
- crxsnake-1.3.2.dist-info/WHEEL,sha256=HiCZjzuy6Dw0hdX5R3LCFPDmFS4BWl8H-8W39XfmgX4,91
13
- crxsnake-1.3.2.dist-info/top_level.txt,sha256=GOgG6tMH05czsfM6y-Tvm9LUSd-0PPuuuYkkkbWHZjQ,9
14
- crxsnake-1.3.2.dist-info/RECORD,,
10
+ crxsnake-1.3.3.dist-info/LICENSE,sha256=xt4Ru6tOCU8e2wVlx_lgx7wh-sNLKbiCbmANzr2e3cc,1085
11
+ crxsnake-1.3.3.dist-info/METADATA,sha256=I5x2coLsbYexC1KJwmigSG0mBUTRzP5CaN659kWWBOM,1453
12
+ crxsnake-1.3.3.dist-info/WHEEL,sha256=HiCZjzuy6Dw0hdX5R3LCFPDmFS4BWl8H-8W39XfmgX4,91
13
+ crxsnake-1.3.3.dist-info/top_level.txt,sha256=GOgG6tMH05czsfM6y-Tvm9LUSd-0PPuuuYkkkbWHZjQ,9
14
+ crxsnake-1.3.3.dist-info/RECORD,,