From bdbe76f9f82bdd3f339c716b796490919bad01d3 Mon Sep 17 00:00:00 2001 From: Kamal Tufekcic Date: Fri, 3 Mar 2023 14:21:59 +0000 Subject: [PATCH] Update file Searches.cs --- src/NadekoBot/Modules/Searches/Searches.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/NadekoBot/Modules/Searches/Searches.cs b/src/NadekoBot/Modules/Searches/Searches.cs index 16f25e968..c928c308a 100644 --- a/src/NadekoBot/Modules/Searches/Searches.cs +++ b/src/NadekoBot/Modules/Searches/Searches.cs @@ -199,7 +199,7 @@ public partial class Searches : NadekoModule if (!await ValidateQuery(ffs)) return; - var shortenedUrl = await _google.ShortenUrl($"https://lmgtfy.com/?q={Uri.EscapeDataString(ffs)}"); + var shortenedUrl = await _google.ShortenUrl($"https://letmegooglethat.com/?q={Uri.EscapeDataString(ffs)}"); await SendConfirmAsync($"<{shortenedUrl}>"); }