Update motd.ps1

pull/65/head
Matthew Clark 5 months ago committed by GitHub
parent 2a2b5dfa13
commit 7c414b02b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,6 +1,6 @@
$TargetLanguage = $Args[0]
$text1 = "We are currently doing a giveaway in the discord."
$text1 = "Happy New Year."
$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