An open API service indexing awesome lists of open source software.

https://github.com/selfmadesystem/discordmodmanager

Easily install discord mods on Android
https://github.com/selfmadesystem/discordmodmanager

Last synced: about 1 year ago
JSON representation

Easily install discord mods on Android

Awesome Lists containing this project

README

          

DMM logo

# Discord Mod Manager

Easily install Discord Mods on Android



---

Based on [VendettaManager](https://github.com/vendetta-mod/VendettaManager)

> [!NOTE]
> This isn't a fork of the project because GitHub didn't let me despite me trying four (4) times. I had to create a new repository and copy the files over.

Build
---

#### Prerequisites

- [Git](https://git-scm.com/downloads)
- [JDK 17](https://www.oracle.com/java/technologies/javase/jdk11-archive-downloads.html)
- [Android SDK](https://developer.android.com/studio)

#### Instructions

1. Clone the repo
- `git clone https://github.com/SelfMadeSystem/DiscordModManager.git && cd DiscordModManager`
2. Build the project
- Linux: `chmod +x ./gradlew && gradlew assembleDebug`
- Windows: `./gradlew assembleDebug`
3. Install on device
- [Enable usb debugging](https://developer.android.com/studio/debug/dev-options) and plug in
your phone
- Run `adb install app/build/outputs/apk/debug/app-debug.apk`

## Contributing

This is an open-source project, you can do so without any programming.

Here are a few things you can do:

- [Test and report issues](https://github.com/SelfMadeSystem/DiscordModManager/issues/new/choose)

License
---
DMM is licensed under the Open Software License version 3.0

[![License: OSL v3](https://img.shields.io/badge/License-OSL%20v3-blue.svg?style=for-the-badge)](https://github.com/SelfMadeSystem/DiscordModManager/blob/main/LICENSE)