docs: update README and installer messages

This commit is contained in:
hirzidevs
2024-09-13 16:01:51 +07:00
parent 144deca5e8
commit 023745dfdc
5 changed files with 35 additions and 30 deletions

View File

@@ -11,13 +11,13 @@ console.log(
);
console.log(
` \nCopyright © 2022 - ${new Date().getFullYear()} HirziDevs & Contributors` +
" \n \nDiscord: https://discord.znproject.my.id" +
` \nCopyright © 2022 - ${new Date().getFullYear()} HirziDevs & Contributors\n ` +
" \nDiscord: https://discord.znproject.my.id" +
" \n Source: https://github.com/HirziDevs/PteroStats" +
" \nLicense: https://github.com/Hirzidevs/PteroStats/blob/main/LICENSE" +
` \n \n${package.description}\n `
);
if (!fs.existsSync(".env")) return require("./handlers/installer.js")()
if (!fs.existsSync(".env")) return require("./handlers/installer.js")();
require("./handlers/app.js")()
require("./handlers/app.js")();