experimental
Go to file
2023-02-09 14:57:25 +02:00
clients put the twitch client stuff to the file and also join channels when client is ready also use native prisma api in counting the channels 2023-02-09 02:20:48 +02:00
commands add cdr functionality to megis command 2023-02-09 14:57:25 +02:00
prisma add cdr functionality to megis command 2023-02-09 14:57:25 +02:00
utils tidier code and better command structure 2023-02-05 17:36:23 +02:00
web megis economy command, prisma database, prettier 2023-02-08 16:42:25 +02:00
.eslintrc.js eslint 2023-02-07 21:48:07 +02:00
.gitignore megis economy command, prisma database, prettier 2023-02-08 16:42:25 +02:00
ecosystem.config.js.example some join cmd functionality and readme 2023-02-04 21:14:10 +02:00
index.js put the twitch client stuff to the file and also join channels when client is ready also use native prisma api in counting the channels 2023-02-09 02:20:48 +02:00
package.json megis economy command, prisma database, prettier 2023-02-08 16:42:25 +02:00
pnpm-lock.yaml megis economy command, prisma database, prettier 2023-02-08 16:42:25 +02:00
README.md readme 2023-02-06 16:03:12 +02:00

Twitch bot

Twitch.tv chat bot

Running

pnpm install Fill ecosystem.config.js with secrets or just define your env vars when you start the bot go to web/front, run pnpm install and generate a build with pnpm build run the bot ideally with pm2 by running pm2 start or just node index.js