A collection of plugins for the Revenge Next Discord mobile client.
| Plugin | Description |
|---|---|
| Bluetooth Audio Fix | Prevents Discord from switching to handsfree (HFP) mode during calls by patching the native audio manager. |
- Open Discord Settings → Plugins
- Click the gear icon
- Paste the repository URL:
http://localhost:3000(or your hosted URL) - Install and enable plugins
- Bun runtime
- Node.js >= 22
bun install# Build all plugins
bun run build
# Build with dev mode
bun run build:devbun run servebun run generate-indexEach plugin follows this structure:
plugins/
└── plugin-name/
├── manifest.json # Plugin metadata
└── js/
└── index.ts # Plugin source (TypeScript)
- Narwhal - Original audio fix concept
- redstonekasi - Audio manager patching approach
- revenge-mod - Plugin framework and CLI
MIT License - see LICENSE for details.