crxsnake 1.3.8__tar.gz → 1.4.0__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,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: crxsnake
3
- Version: 1.3.8
3
+ Version: 1.4.0
4
4
  Home-page: https://discord.gg/EEp67FWQDP
5
5
  Author: CRX-DEV
6
6
  Author-email: cherniq66@gmail.com
@@ -11,7 +11,7 @@ Description-Content-Type: text/markdown
11
11
  License-File: LICENSE
12
12
  Requires-Dist: setuptools==72.2.0
13
13
  Requires-Dist: tortoise-orm==0.21.0
14
- Requires-Dist: disnake==2.9.2
14
+ Requires-Dist: disnake==2.9.3
15
15
  Requires-Dist: aiofiles==23.2.1
16
16
  Requires-Dist: loguru==0.7.2
17
17
 
@@ -75,8 +75,8 @@ class EmbedMessage:
75
75
  ) -> Embed:
76
76
  """Return Embed"""
77
77
  embed = Embed(
78
- title=title if title else "Без названия",
79
- description=description if description else "Описание отсутствует",
78
+ title=title,
79
+ description=description,
80
80
  url=url,
81
81
  color=color
82
82
  )
@@ -79,8 +79,11 @@ class IssueHotline:
79
79
  "m_itemsArray": [],
80
80
  "m_teleport_position": "",
81
81
  "m_vehicles": items_dict,
82
+ "m_give_zone_position": "",
83
+ "m_give_zone_radius": 0,
82
84
  "m_give_zone_positions": [],
83
85
  "m_give_zone_positions_forbidden": [],
86
+ "m_fresh_spawn_delay": 0
84
87
  }
85
88
  ]
86
89
  }
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: crxsnake
3
- Version: 1.3.8
3
+ Version: 1.4.0
4
4
  Home-page: https://discord.gg/EEp67FWQDP
5
5
  Author: CRX-DEV
6
6
  Author-email: cherniq66@gmail.com
@@ -11,7 +11,7 @@ Description-Content-Type: text/markdown
11
11
  License-File: LICENSE
12
12
  Requires-Dist: setuptools==72.2.0
13
13
  Requires-Dist: tortoise-orm==0.21.0
14
- Requires-Dist: disnake==2.9.2
14
+ Requires-Dist: disnake==2.9.3
15
15
  Requires-Dist: aiofiles==23.2.1
16
16
  Requires-Dist: loguru==0.7.2
17
17
 
@@ -1,5 +1,5 @@
1
1
  setuptools==72.2.0
2
2
  tortoise-orm==0.21.0
3
- disnake==2.9.2
3
+ disnake==2.9.3
4
4
  aiofiles==23.2.1
5
5
  loguru==0.7.2
@@ -6,7 +6,7 @@ long_description = (this_directory / "README.md").read_text()
6
6
  requires = [
7
7
  "setuptools==72.2.0",
8
8
  "tortoise-orm==0.21.0",
9
- "disnake==2.9.2",
9
+ "disnake==2.9.3",
10
10
  "aiofiles==23.2.1",
11
11
  "loguru==0.7.2",
12
12
  ]
@@ -17,7 +17,7 @@ urls = {
17
17
 
18
18
  setup(
19
19
  name="crxsnake",
20
- version="1.3.8",
20
+ version="1.4.0",
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
File without changes