files improvements

This commit is contained in:
mrfry 2023-04-10 20:27:00 +02:00
parent 994fe70d95
commit 8647088faf
6 changed files with 46 additions and 27 deletions

View file

@ -106,11 +106,6 @@ function GetApp(): ModuleType {
logger.Log(`Donate URL changed: ${newData.replace(/\/n/g, '')}`)
loadDonateURL()
})
} else {
logger.Log(
`Couldnt read links file! (${linksFile})`,
logger.GetColor('redbg')
)
}
// --------------------------------------------------------------