You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CompatBot/Utils/ResultFormatters/TitlePatchFormatter.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ public static async Task<List<DiscordEmbedBuilder>> AsEmbedAsync(this TitlePatch
29
29
embedBuilder.Title=$"{title} [Part 1 of {pages}]".Trim(EmbedPager.MaxFieldTitleLength);
30
30
embedBuilder.Description=$"""
31
31
ℹ️ Total download size of all {pkgs.Length} packages is {pkgs.Sum(p =>p.Size).AsStorageUnit()}.
32
-
👍 You can use tools such as [rusty-psn](https://github.com/RainbowCookie32/rusty-psn/releases/latest) or [PySN](https://github.com/AphelionWasTaken/PySN/releases/latest) for mass download of all updates.
32
+
⏩ You can use tools such as [rusty-psn](https://github.com/RainbowCookie32/rusty-psn/releases/latest) or [PySN](https://github.com/AphelionWasTaken/PySN/releases/latest) for mass download of all updates.
33
33
34
34
⚠️ You **must** install listed updates in order, starting with the first one. You **can not** skip intermediate versions.
0 commit comments