removed line after function definition
parent
7f1cc242db
commit
58d626dda4
|
@ -1,5 +1,4 @@
|
|||
Function Invoke-VoiceTroll
|
||||
|
||||
{
|
||||
[CmdletBinding()]
|
||||
Param (
|
||||
|
@ -11,4 +10,4 @@ Function Invoke-VoiceTroll
|
|||
Add-Type -AssemblyName System.Speech
|
||||
$synth = New-Object -TypeName System.Speech.Synthesis.SpeechSynthesizer
|
||||
$synth.Speak($VoiceText)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue