mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-12 06:02:56 +02:00
Change to use speak-english.ps1
This commit is contained in:
@ -16,7 +16,7 @@
|
||||
param([string]$abbreviation = "")
|
||||
|
||||
function Reply { param([string]$Text)
|
||||
& "$PSScriptRoot/give-reply.ps1" "$Text"
|
||||
& "$PSScriptRoot/speak-english.ps1" "$Text"
|
||||
}
|
||||
|
||||
try {
|
||||
|
Reference in New Issue
Block a user