diff --git a/bot.js b/bot.js index 0b69967..9641b8f 100644 --- a/bot.js +++ b/bot.js @@ -21,7 +21,7 @@ const startBot = async () => { const loggers = log(client); Object.keys(loggers).forEach(logger => client[logger] = loggers[logger]); - client.log(client.utils.gr(client.config.randResp.clistart), {color: "#78d9f8", source: "NATS"}); //natsuki's wakeup log + client.log(client.utils.gr(client.config.randResp.clistart), {color: "#78d9f8", source: "NATS"}, true); //natsuki's wakeup log }; startBot(); // feels like there isn't a function name to do this justice :joy: diff --git a/src/json/config.json b/src/json/config.json index f622a86..6172595 100644 --- a/src/json/config.json +++ b/src/json/config.json @@ -3,12 +3,12 @@ "suffix": ">>", "defaultLevel": 1, "colors": { - "error": "", - "warn": "", - "success": "", - "notice": "", - "primary": "", - "secondary": "", + "error": "redBright", + "warn": "yellowBright", + "success": "greenBright", + "notice": "#8521a0", + "primary": "blueBright", + "secondary": "white", "altprimary": "", "altsecondary": "" }