From 45e39b1d406a667197099b749845d84c6314524c Mon Sep 17 00:00:00 2001 From: Matthew Clark <43628254+mon5termatt@users.noreply.github.com> Date: Tue, 7 Nov 2023 21:12:15 -0600 Subject: [PATCH] Update motd.ps1 --- translate/motd.ps1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/translate/motd.ps1 b/translate/motd.ps1 index 8b11904..39742bf 100644 --- a/translate/motd.ps1 +++ b/translate/motd.ps1 @@ -1,9 +1,10 @@ $TargetLanguage = $Args[0] -$text1 = "if you have any issues please contact the discord" +$text1 = "We are currently doing a 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"