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 039e616 commit ce083c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions itt.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7265,9 +7265,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"
}else{
Telegram -Message "A computer is currently running ITT."
Telegram -Message "There is currently a device running ITT. 💻"
}

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

0 comments on commit ce083c3

Please sign in to comment.