From cd90cd21a1a551ac8a629678f0636f4f6ec65e00 Mon Sep 17 00:00:00 2001 From: Wolf68k Date: Wed, 1 Apr 2026 21:50:39 -0500 Subject: [PATCH] Update mod.rs Added static text command Add New Account --- apps/discord-cat/src/commands/mod.rs | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/apps/discord-cat/src/commands/mod.rs b/apps/discord-cat/src/commands/mod.rs index a718637..f406ea5 100644 --- a/apps/discord-cat/src/commands/mod.rs +++ b/apps/discord-cat/src/commands/mod.rs @@ -113,6 +113,14 @@ static_text_command! { \n\ Even if your pack fulfills those, it's good to have somewhat of an idea on how to approach \ modpack creating. This also goes for modifying existing packs."; + add_new_account "addaccount" "account", + "How to add a new account:", + "1. Click on **Accounts** in the upper right corner.\n\ + 2. Click on **Manage Accounts**.\n\ + 3. Click on **Add New Account**.\n\ + 4. Click on **Copy Link**.\n\ + 5. Open your web browser and paste the URL into the address bar.\n\ + 6. Follow the steps to link MultiMC to your account."; } // Format: Name (Optional Alias1 Alias2...) , Image Link (, Optional Message) ;