Update motd.ps1

pull/71/head^2
Matthew Clark 3 months ago committed by GitHub
parent 96cb6c40d7
commit b609ba3b43
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1,6 +1,6 @@
$TargetLanguage = $Args[0]
$text1 = "Happy New Year."
$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

Loading…
Cancel
Save