experimental
Go to file
Joonas 6009091ac1 add a lot of logging 2023-02-11 14:48:05 +02:00
clients check if command in command object and add more logging 2023-02-11 14:10:13 +02:00
commands add a lot of logging 2023-02-11 14:48:05 +02:00
prisma add name tracking so we can show names in the leaderboard 2023-02-11 13:34:17 +02:00
utils some error handling here as well 2023-02-11 14:16:55 +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
README.md
ecosystem.config.js.example
index.js remove unneccessary declaration 2023-02-09 15:08:12 +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

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