first commit

This commit is contained in:
2024-02-16 22:57:31 +01:00
commit 985a3a43a6
67 changed files with 16598 additions and 0 deletions

15
package.json Normal file
View File

@@ -0,0 +1,15 @@
{
"name": "jschatbot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"tmi.js": "^1.8.5"
}
}