Add a missed comment to index.js
I forgot to save.
This commit is contained in:
parent
7807fccd8a
commit
c09a0b943b
1 changed files with 1 additions and 0 deletions
1
index.js
1
index.js
|
@ -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)}`);
|
||||
|
|
Loading…
Reference in a new issue