Cynosphere / Vendetta

A mod for Discord's mobile apps.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vendetta

A mod for Discord's mobile apps.

Installing

Vendetta's codebase is platform-agnostic, but you need a platform-specific loader.

Android

iOS

  • VendettaTweak
    • You can get prebuilt .deb files from GitHub Actions.
    • Both an IPA and an APT repo will be provided in future.

Contributing

  1. Install a Vendetta loader with loader config support (any mentioned in the Installing section).

  2. Go to Settings > General and enable Developer Settings.

  3. Clone the repo:

    git clone https://github.com/vendetta-mod/Vendetta
    
  4. Install dependencies:

    pnpm i
    

    npm or yarn should also work.

  5. Build Vendetta's code:

    pnpm build
    

    npm or yarn should also work.

  6. In the newly created dist directory, run a HTTP server. I recommend http-server.

  7. Go to Settings > Developer enabled earlier). Enable Load from custom url and input the IP address and port of the server (e.g. e.g. http://192.168.1.236:4040) in the new input box labelled VENDETTA URL.

  8. Restart Discord. Upon reload, you should notice that your device will download Vendetta's bundled code from your server, rather than GitHub.

  9. Make your changes, rebuild, reload, go wild!

About

A mod for Discord's mobile apps.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:TypeScript 98.1%Language:JavaScript 1.9%