mirror of
https://github.com/HirziDevs/PteroStats.git
synced 2026-04-05 00:44:17 -04:00
docs: update README and installer messages
This commit is contained in:
8
index.js
8
index.js
@@ -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")();
|
||||
Reference in New Issue
Block a user