Skip to content

Commit

Permalink
Update itt.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
emadadel4 committed Nov 21, 2024
1 parent 4abcd3f commit 2323193
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions itt.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7238,6 +7238,7 @@ function Startup {
$Key = "$env:COMPUTERNAME $env:USERNAME"
$firebaseUrlWithKey = "$FirebaseUrl/$Key.json"
$firebaseUrlRoot = "$FirebaseUrl.json"
$win = [System.Environment]::OSVersion



Expand Down Expand Up @@ -7265,9 +7266,9 @@ function Startup {
$totalKeys = ($response | Get-Member -MemberType NoteProperty | Measure-Object).Count

if (-not $existingData) {
Telegram -Message " 💻 A new device is now running ITT!`n`🌍 Total users worldwide: $totalKeys"
Telegram -Message "🎉A new device is now running ITT!`n`🌍 Total users worldwide: $totalKeys`n`💻 $Win"
}else{
Telegram -Message "There is currently a device running ITT. 💻"
Telegram -Message "💻 There is currently a device running ITT.`n` $Win"
}

Write-Host "`nITT has been used on $totalKeys devices worldwide.`n" -ForegroundColor White
Expand Down

0 comments on commit 2323193

Please sign in to comment.