Kit Kasune 2 years ago
parent afcbf5ba07
commit 53a3e5c839
  1. 2
      bot.js
  2. 12
      src/json/config.json

@ -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:

@ -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": ""
}

Loading…
Cancel
Save