twitch_bot/index.js

7 lines
103 B
JavaScript

require("./clients/twitch.js");
require("./web");
process.on("SIGINT", () => {
process.exit(1);
});