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); const loggers = log(client);
Object.keys(loggers).forEach(logger => client[logger] = loggers[logger]); 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(); startBot();
// feels like there isn't a function name to do this justice :joy: // feels like there isn't a function name to do this justice :joy:

@ -3,12 +3,12 @@
"suffix": ">>", "suffix": ">>",
"defaultLevel": 1, "defaultLevel": 1,
"colors": { "colors": {
"error": "", "error": "redBright",
"warn": "", "warn": "yellowBright",
"success": "", "success": "greenBright",
"notice": "", "notice": "#8521a0",
"primary": "", "primary": "blueBright",
"secondary": "", "secondary": "white",
"altprimary": "", "altprimary": "",
"altsecondary": "" "altsecondary": ""
} }

Loading…
Cancel
Save