Add a missed comment to index.js

I forgot to save.
This commit is contained in:
tgpethan 2020-01-04 12:10:23 +00:00
parent 7807fccd8a
commit c09a0b943b
1 changed files with 1 additions and 0 deletions

View File

@ -114,6 +114,7 @@ function server() {
}
function highlightHeader(s) {
// Add the appropriate colours to the header and add information to it
const s1 = s.toString().replace("|replaceVersion|", `${chalk.yellow("Version:")} ${chalk.cyan(internals.version)}`)
.replace("|titlecard|", chalk.yellow("A modular and fexible server"))
.replace("|replaceType|", `${chalk.yellow("Instance: ")}${chalk.cyan(config.server.instance_type)}`);