From 626c3844f764064757c0f2f56039bbfdc8b35156 Mon Sep 17 00:00:00 2001 From: Oddbyte Date: Thu, 19 Dec 2024 11:22:11 -0500 Subject: [PATCH] Create README.md --- README.md | 79 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 79 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..2de6eac --- /dev/null +++ b/README.md @@ -0,0 +1,79 @@ +

+ + + + +
+ + + + + +        + + + + + +        + + + + + +        + + +

+ +# ๐Ÿ‘Š Revenge + +![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/revenge-mod/revenge-bundle/release.yml) +[![3-Clause BSD License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause) + +A new and improved client modification for Discord mobile. + +## ๐Ÿ’ช Features + +- **๐Ÿ”Œ Plugins**: Extend Discord with custom features +- **๐ŸŽจ Themes & Fonts**: Customize Discord's appearance to your liking +- **๐Ÿงช Experiments**: Try out Discord's new features before they're rolled out + +## โฌ‡๏ธ Download + +This repository releases JavaScript bundles for loaders to execute. These are the official Revenge loaders: + +### Android + +- **๐Ÿฉน Root with Xposed**: [RevengeXposed](https://github.com/revenge-mod/revenge-xposed/releases/latest) +- **๐Ÿ“ต Non-root**: [Revenge Manager](https://github.com/revenge-mod/revenge-manager/releases/latest) + +### iOS + +- [**RevengeTweak**](https://github.com/revenge-mod/revenge-tweak): Prebuilt rootful and rootless `.deb` files or the prepatched `.ipa` + +## ๐Ÿ“š Everything else + +### ๐Ÿ“™ Contributing + +Thank you for considering contributing to Revenge. +You can find the contribution guidelines [here](CONTRIBUTING.md). + +### ๐Ÿ› ๏ธ Building + +To build Revenge, you can follow the [documentation](/docs). + +### ๐Ÿ“ƒ Documentation + +You can find the documentation of Revenge [here](/docs). + +## ๐Ÿ“œ Licence + +Revenge is licensed under the 3-Clause BSD license. Please see the [license file](LICENSE) for more information.