7 Commits

Author SHA1 Message Date
fde9629bb9 Embed docs, improve installer, and update tab init 2025-12-07 22:38:46 +05:00
1b1910bf80 Add WhatsApp bridge integration and update .gitignore 2025-12-07 21:21:51 +05:00
228099ac04 Implement !sysinfo command
This PR adds a `!sysinfo` command to the bot that returns system information from the target machine.

- Windows: Uses `Get-ComputerInfo | ConvertTo-Json` (tested and works).
- Linux: Uses `uname -a` and `lsb_release -d` (untested).
- macOS: Uses `system_profiler SPHardwareDataType` (untested).

Output is automatically split into chunks of 1900 characters to avoid Discord message length limits, with each chunk sent as a separate code block.

Notes:
- The function avoids using `sendLongMessage` to prevent async/future compilation issues in Nim.
- Windows output is formatted as JSON. Linux and macOS outputs are plain text for now.

Testing is complete on Windows; Linux and macOS functionality remains to be verified.
2025-09-26 12:30:52 +02:00
8694ffbb27 Added Live Encryption 2025-09-07 23:09:53 +05:00
28af278de7 Version 2 2025-09-06 21:11:42 +05:00
1b4c9f849a Update the Worm 2025-07-18 02:04:11 +05:00
4995e72a60 Version 0.1.1 added Chatwipe Module 2025-07-05 19:44:47 +05:00