remove unneccessary declaration

This commit is contained in:
Joonas 2023-02-09 15:08:12 +02:00
parent 33b3d1ed5e
commit fbd5554183
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
const { client } = require("./clients/twitch.js");
require("./clients/twitch.js");
require("./web");
process.on("SIGINT", () => {