diff --git a/itt.ps1 b/itt.ps1 index 8920e2f9..bb2104a7 100644 --- a/itt.ps1 +++ b/itt.ps1 @@ -7245,6 +7245,7 @@ function Startup { $runs = if ($existingData) { $existingData.runs + 1 + Telegram -Message "💻 '$env:USERNAME' has opened ITT again." } else { @@ -7259,10 +7260,7 @@ function Startup { # Count the number of keys under the root $response = Invoke-RestMethod -Uri $firebaseUrlRoot -Method Get -ErrorAction SilentlyContinue $totalKeys = ($response | Get-Member -MemberType NoteProperty | Measure-Object).Count - - if ($existingData) { - Telegram -Message "💻 '$env:USERNAME' has opened ITT again.`n`🌍 Total users worldwide: $totalKeys" - } + Telegram -Message "🌍 Total users worldwide: $totalKeys" Write-Host "`nITT has been used on $totalKeys devices worldwide.`n" -ForegroundColor White