oh the joys of npm

v2
Kit Kasune 2 years ago
parent 2456034726
commit afcbf5ba07
  1. 4
      .gitignore
  2. 2
      bot.js
  3. 5980
      package-lock.json

4
.gitignore vendored

@ -6,4 +6,6 @@ test.js
api/**/* api/**/*
api/ api/
.idea/**/* .idea/**/*
/man.js /man.js
.history/
.history/**/*

@ -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"}); client.log(client.utils.gr(client.config.randResp.clistart), {color: "#78d9f8", source: "NATS"}); //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:

5980
package-lock.json generated

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save