Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions apps/discord-cat/src/commands/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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) ;
Expand Down