Skip to content
This repository was archived by the owner on May 17, 2025. It is now read-only.

bunny-mod/Bunny

Repository files navigation

Important

Project Archival

This project is no longer actively maintained and this repository has been archived.

We want to thank all contributors and users for their support over the project's lifetime. While development has ceased, the code remains available for those who may find it useful.

Bunny Discord

A mod for Discord's mobile apps.

Installing

Android

iOS

  • BunnyTweak - Get prebuilt rootful and rootless .deb files or the prepatched .ipa

Building

  1. Install a Bunny 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/pyoncord/Bunny
    
  4. Install dependencies:
    pnpm i
    
  5. Build Bunny's code:
    pnpm build
    
  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. http://192.168.1.236:4040/bunny.js) in the new input box labelled Bunny URL.
  8. Restart Discord. Upon reload, you should notice that your device will download Bunny's bundled code from your server, rather than GitHub.
  9. Make your changes, rebuild, reload, go wild!

Alternatively, you can directly serve the bundled code by running pnpm serve. bunny.js will be served on your local address under the port 4040. You will then insert http://<local ip address>:4040/bunny.js as a custom url and reload. Whenever you restart your mobile client, the script will rebuild the bundle as your client fetches it.

Sponsor this project

Contributors 7