Change to use speak-english.ps1

This commit is contained in:
Markus Fleschutz
2022-11-18 16:54:04 +01:00
parent 7c1e83cbd7
commit fa7823858f
23 changed files with 27 additions and 28 deletions

View File

@ -14,5 +14,5 @@
$Reply = "It's", "I get", "Now it's", "OK, I have" | Get-Random
$Number = "1", "2", "3", "4", "5", "6" | Get-Random
& "$PSScriptRoot/give-reply.ps1" "$Reply $Number."
& "$PSScriptRoot/speak-english.ps1" "$Reply $Number."
exit 0 # success