crxsnake 1.3.2__tar.gz → 1.3.3__tar.gz

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.
@@ -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
@@ -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
@@ -11,13 +11,13 @@ requires = [
11
11
  "loguru==0.7.2",
12
12
  ]
13
13
  urls = {
14
- "Repository": "https://github.com/CRX-DEV/crxsnake",
14
+ "Repository": "https://github.com/cyrax-dev/crxsnake",
15
15
  "Discord": "https://discord.gg/EEp67FWQDP",
16
16
  }
17
17
 
18
18
  setup(
19
19
  name="crxsnake",
20
- version="1.3.2",
20
+ version="1.3.3",
21
21
  long_description=long_description,
22
22
  long_description_content_type="text/markdown",
23
23
  author="CRX-DEV",
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes