Releases: FKLC/WhatsAppToDiscord
Added multiple instance support
You can now run multiple bots connected to different WhatsApp accounts.
Improved auto-update feature
Improved auto-update feature
Reconnect feature for WhatsApp connection
Added reconnect feature for WhatsApp
Fixed repair channels functionality (again)
Fixed repair channels functionality (again)
Fixed repair channels functionality
Fixed repair channels functionality
Bug fix
Fixed the bug that recreates the control channel and category
Bug fixes
Fixed the bugs that made the bot unusable for new users/scans.
Auto-Updater
Added an auto-updater. It has signature verification, it shouldn't load untrusted/malicious binaries.
First-ish JavaScript version
Hi everyone!
My previous code in Golang got so messy and I'm not a fan of Golang either, so I rewritten the entire bot in JavaScript. Unlike Go, binary sizes are huge for some reason. I tried the compress option in the compiler, but it doesn't work as expected. There are some new advancements in the bot as well.
- You can now resync your contacts and groups with the command
resync
. WhatsApp only loads the entire contact list in the first scan, and your contacts may change overtime, so here is a command to update your contacts. - The bot will now upload files coming from Discord to WhatsApp. This can be disabled with the command
disableWAUpload
. - Forwarded messages should be working as well.
Everything should work as before, however, you need to rescan the QR code as the previous WhatsApp library and the current one are fairly different from each other. From now on, there won't be any updates to the Go version, but you can still see it on golang branch.