This commit is contained in:
Lanta 2023-11-13 19:41:52 +01:00
parent e22ebf0c33
commit e56ca3b3d4

View file

@ -19,9 +19,6 @@ else {
Write-Output "API Key not found"
}
$clanMembersArray = (Get-Content "$scriptroot/../config/clanmembers.json" | convertfrom-json).clanmembers
Write-Output "Clan Members: $($clanMembersArray -join ', ')"
else {
Write-Output "Clan members not found"
}