From 33a3df3002e016c7841353068d6eec6303cc8fe8 Mon Sep 17 00:00:00 2001 From: Zach Goodson Date: Thu, 5 Mar 2026 21:16:44 -0600 Subject: [PATCH] Update Rick Roll Emoji in /analyze-link --- commands/no-group/helpers/analyzeLink.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {