Skip to content

Commit 95ef505

Browse files
committed
Update Startup-Log.ps1
1 parent 5028e47 commit 95ef505

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/Core/Startup-Log.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ function Startup {
2727

2828
function Quotes {
2929
$q = (Invoke-RestMethod "https://raw.githubusercontent.com/emadadeldev/ittea/refs/heads/main/static/Database/Quotes.json").Quotes | Sort-Object { Get-Random }
30-
Set-Statusbar -Text "$($itt.database.locales.Controls.$($itt.Language).welcome)"; Start-Sleep 18
30+
Set-Statusbar -Text "$($localsUrl.Controls.$($itt.Language).welcome)"; Start-Sleep 18
3131
$i = @{quote = "💬"; info = "📢"; music = "🎵"; Cautton = ""; default = "" }
3232
while (1) { foreach ($x in $q) { $c = $i[$x.type]; if (-not $c) { $c = $i.default }; $t = "`“$($x.text)`”"; if ($x.name) { $t += "$($x.name)" }; Set-Statusbar -Text "$c $t"; Start-Sleep 25 } }
3333
}

0 commit comments

Comments
 (0)