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
- Host: GitHub
- URL: https://github.com/selfmadesystem/discordmodmanager
- Owner: SelfMadeSystem
- License: osl-3.0
- Created: 2024-03-10T19:10:39.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-04T17:16:45.000Z (about 2 years ago)
- Last Synced: 2025-03-25T22:51:29.786Z (about 1 year ago)
- Language: Kotlin
- Size: 9.5 MB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README

# 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
[](https://github.com/SelfMadeSystem/DiscordModManager/blob/main/LICENSE)