Update the code to work

This commit is contained in:
Oliver-Akins 2021-12-12 15:50:27 -06:00
parent 4dc25492e5
commit 1b18eabbc3
8 changed files with 332 additions and 2130 deletions

View file

@ -8,10 +8,13 @@
},
"author": "Oliver Akins",
"dependencies": {
"@types/express": "^4.17.2",
"@types/node": "^12.7.5",
"@types/tmi.js": "^1.4.0",
"axios": "^0.24.0",
"tmi.js": "^1.5.0"
"tmi.js": "^1.8.5",
"toml": "^3.0.0",
"tslog": "^3.3.0"
},
"devDependencies": {
"@types/node": "^16.11.12",
"@types/tmi.js": "^1.8.1"
}
}