From 804eaa39a6d24584680fad2fcf0a868f15d80b19 Mon Sep 17 00:00:00 2001 From: neoarz Date: Sat, 4 Oct 2025 09:26:20 -0400 Subject: [PATCH] fix(melonx/ios26): update channel link Added MeloNX Discord link to README, updated TODO.md to mark melonx commands as completed, and updated the iOS 26 command with the correct Discord channel link for MeloNX. --- README.md | 2 +- TODO.md | 9 ++++++++- cogs/melonx/ios26.py | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ca49d59..879804c 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@
-**All in one discord bot for helping with [SideStore](https://discord.gg/3DwCwpBHfv), [idevice](https://discord.gg/ZnNcrRT3M8), and more.** +**All in one discord bot for helping with [SideStore](https://discord.gg/3DwCwpBHfv), [idevice](https://discord.gg/ZnNcrRT3M8), [MeloNX](https://discord.gg/Q4VkbkYfmk), and more.**
diff --git a/TODO.md b/TODO.md index 19cf2d2..66733cb 100644 --- a/TODO.md +++ b/TODO.md @@ -6,7 +6,14 @@ - [x] Add rest of the errors yikes - [x] Add ddi mounting command -- [ ] Add melonx commands +- [x] Add melonx commands + - [x] Add /melonx command + - [x] Add /transfer command + - [x] Add /mods command + - [x] Add /gamecrash command + - [x] Add /requirements command + - [x] Add /error command + - [x] Add /26 command - [ ] Add ai commands diff --git a/cogs/melonx/ios26.py b/cogs/melonx/ios26.py index cec73af..9f555df 100644 --- a/cogs/melonx/ios26.py +++ b/cogs/melonx/ios26.py @@ -19,7 +19,7 @@ def ios26_command(): '2. Turn on "Picture in Picture" in StikDebug\'s settings.\n\n' + '### MeloNX\n' + 'Make sure you\'re on the latest public beta.\n' + - '#prerelease-betas\n\n' + + 'https://discord.com/channels/1300369899704680479/1412931489817034892\n\n' + '## Disclaimer:\n\n' + 'If you\'re on iOS 18 or below, and emulation is essential to you:\n\n' + '## <:error:1424007141768822824> DO NOT UPDATE <:error:1424007141768822824> \n\n' +