Skip to content

Commit

Permalink
Update IrdSearchResultFormatter.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
FlexBy420 authored Sep 29, 2024
1 parent d689816 commit 5016ad0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public static DiscordEmbedBuilder AsEmbed(this List<IrdInfo> irdInfos)
if (string.IsNullOrEmpty(item.Link))
continue;
result.AddField(
$"[ {item.Title} v{item.GameVer} FW {item.FwVer} ]",
$"{item.Title} [v{item.GameVer} FW {item.FwVer}]",
$"[⏬ {Path.GetFileName(item.Link)}]({IrdClient.GetDownloadLink(item.Link)})"
);
}
Expand Down

0 comments on commit 5016ad0

Please sign in to comment.