Update motd.ps1

pull/76/head
Matthew Clark 3 months ago committed by GitHub
parent 729f7aa857
commit b60d62c39e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -4,3 +4,7 @@ $text1 = "Giveaway in the discord"
$Uri1 = https://translate.googleapis.com/translate_a/single?client=gtx&sl=auto&tl=$($TargetLanguage)&dt=t&q=$text1
$Response = Invoke-RestMethod -Uri $Uri1 -Method Get
$Translation1 = $Response[0].SyncRoot | foreach { $_[0] }
write-host $Translation1
write-host "https://discord.gg/medicat"

Loading…
Cancel
Save