Skip to content

Commit 04db3ac

Browse files
docs: Update Discord invite link
This commit updates the Discord invite link in `SystemUtils.kt` and `README.md` from "https://discord.com/invite/qG6hFuAzfu/" to "https://discord.com/invite/modmydevice". Signed-off-by: CreativeCodeCat <wayne6324@gmail.com>
1 parent c768dd4 commit 04db3ac

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
</div>
4343
</div>
4444

45-
- Chat with us at [mLauncher](https://discord.gg/qG6hFuAzfu) on discord.
45+
- Chat with us at [mLauncher](https://discord.com/invite/modmydevice) on discord.
4646
- This application can be found
4747
on [Play Store](https://play.google.com/store/apps/details?id=app.mlauncher), [GitHub](https://github.com/DroidWorksStudio/mLauncher/releases/), [IzzyOnDroid](https://apt.izzysoft.de/fdroid/index/apk/app.mlauncher) & [F-Droid](https://f-droid.org/packages/app.mlauncher/).
4848
- The latest stable version is available on the [main](https://github.com/DroidWorksStudio/mLauncher/tree/main) branch, which can be cloned to build
@@ -118,7 +118,8 @@ your hard work and dedication. Thank you all for your invaluable contributions!
118118

119119
## Contribute
120120

121-
- If you are unhappy with any part of the app or feel like missing something, you can open a pull request or an [**issue**](https://github.com/DroidWorksStudio/mLauncher/issues/new/choose) as you like.
121+
- If you are unhappy with any part of the app or feel like missing something, you can open a pull request or an [**issue
122+
**](https://github.com/DroidWorksStudio/mLauncher/issues/new/choose) as you like.
122123
- Please go through the issues marked as `Bug report`, `Crash report` or `Feature request`.
123124
- Please can we discuss before sending pull requests.
124125
- Make pull requests to `main` branch.

app/src/main/java/com/github/droidworksstudio/mlauncher/helper/SystemUtils.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ fun wordofthedayDownloadButton(context: Context) {
232232
}
233233

234234
fun communitySupportButton(context: Context) {
235-
val uri = "https://discord.com/invite/qG6hFuAzfu/".toUri()
235+
val uri = "https://discord.com/invite/modmydevice".toUri()
236236
val intent = Intent(Intent.ACTION_VIEW, uri)
237237
context.startActivity(intent)
238238
}

0 commit comments

Comments
 (0)