Change to use speak-english.ps1

This commit is contained in:
Markus Fleschutz
2022-11-18 16:49:17 +01:00
parent 470b6a25b3
commit 7c1e83cbd7
24 changed files with 27 additions and 27 deletions

View File

@ -16,7 +16,7 @@
param([string]$abbreviation = "")
function Reply { param([string]$Text)
& "$PSScriptRoot/give-reply.ps1" "$Text"
& "$PSScriptRoot/speak-english.ps1" "$Text"
}
try {