mirror of
https://github.com/ReVanced/revanced-bots.git
synced 2026-01-11 13:56:15 +00:00
BREAKING CHANGES: - Heartbeating removed - `config.consoleLogLevel` -> `config.logLevel` NEW FEATURES: - Training messages - Sequence number system - WebSocket close codes used instead of disconnect packets FIXES: - Improved error handling - Some performance improvements - Made code more clean - Updated dependencies
🚙 ReVanced Bot WebSocket API
This documentation explains how the server works, how to start developing, and how to configure the server.
📖 Table of contents
- 🏗️ Set up the development environment (if you haven't already)
- ⚙️ Configuration
- 🏃🏻♂️ Running the server
- 📨 Packets
⏭️ Start here
The next page will tell you how to configure the server.
Continue: ⚙️ Configuration