diff --git a/commands/no-group/helpers/analyzeLink.cs b/commands/no-group/helpers/analyzeLink.cs index 91f612c..d31bbbe 100644 --- a/commands/no-group/helpers/analyzeLink.cs +++ b/commands/no-group/helpers/analyzeLink.cs @@ -81,7 +81,7 @@ public static async Task AnalyzeLink(string link) { description.AppendLine($"{(linkCount == trail.Count ? "📍" : "⬇️")} **{(int)l.StatusCode} {l.StatusCode}**{(l.SpecialCase != null ? $" — *{l.SpecialCase}*" : "")}"); description.AppendLine($"> <{l.Link}>"); - description.AppendLine($"> ⏱️ `{l.LatencyMs}ms` | 🗄️ `{l.Server ?? "Unknown"}` | 🍪 `{l.ContainsCookies}` | 🔞 `RickRoll: {l.IsRickRoll}`"); + description.AppendLine($"> ⏱️ `{l.LatencyMs}ms` | 🗄️ `{l.Server ?? "Unknown"}` | 🍪 `{l.ContainsCookies}` | 🎤 `RickRoll: {l.IsRickRoll}`"); } else {