From c09a0b943b83c76f1ceb2cf4a280fe5da2e0cc0f Mon Sep 17 00:00:00 2001 From: tgpethan Date: Sat, 4 Jan 2020 12:10:23 +0000 Subject: [PATCH] Add a missed comment to index.js I forgot to save. --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index 9219dd4..623d20e 100644 --- a/index.js +++ b/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)}`);