redzedbot 1.0.0__tar.gz → 1.0.1__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.4
2
2
  Name: redzedbot
3
- Version: 1.0.0
3
+ Version: 1.0.1
4
4
  Summary: FreeFire Async TCP Bot ! , Fast , Safe , Legal , Ethical , By RedZedKing
5
5
  License: MIT
6
6
  Requires-Python: >=3.10
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "redzedbot"
7
- version = "1.0.0"
7
+ version = "1.0.1"
8
8
  description = "FreeFire Async TCP Bot ! , Fast , Safe , Legal , Ethical , By RedZedKing"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.10"
@@ -164,7 +164,7 @@ async def create_message_packet(message: str, chat_type: int, target_id: int, ch
164
164
  packet = (await create_proto(fields)).hex()
165
165
  packet = "080112" + await encode_uid(len(packet) // 2) + packet
166
166
 
167
- return await generate_packet(packet, '1215', key, iv)
167
+ return await generate_packet(packet, '1201', key, iv)
168
168
  except Exception as e:
169
169
  print(e)
170
170
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: redzedbot
3
- Version: 1.0.0
3
+ Version: 1.0.1
4
4
  Summary: FreeFire Async TCP Bot ! , Fast , Safe , Legal , Ethical , By RedZedKing
5
5
  License: MIT
6
6
  Requires-Python: >=3.10
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes