Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NoReplyUI5's Revenge Next Plugins

A collection of plugins for the Revenge Next Discord mobile client.

Available Plugins

Plugin Description
Bluetooth Audio Fix Prevents Discord from switching to handsfree (HFP) mode during calls by patching the native audio manager.

Installation

  1. Open Discord Settings → Plugins
  2. Click the gear icon
  3. Paste the repository URL: http://localhost:3000 (or your hosted URL)
  4. Install and enable plugins

Development

Prerequisites

  • Bun runtime
  • Node.js >= 22

Setup

bun install

Building

# Build all plugins
bun run build

# Build with dev mode
bun run build:dev

Serve locally

bun run serve

Generate index

bun run generate-index

Plugin Structure

Each plugin follows this structure:

plugins/
└── plugin-name/
    ├── manifest.json    # Plugin metadata
    └── js/
        └── index.ts     # Plugin source (TypeScript)

Credits

License

MIT License - see LICENSE for details.

Releases

Packages

Contributors

Languages