This commit is contained in:
Janis
2022-11-06 20:27:55 +01:00
commit aca1ef16e0
14 changed files with 4403 additions and 0 deletions

16
bot/package.json Normal file
View File

@@ -0,0 +1,16 @@
{
"name": "discord-twitch-bot",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"discord": "^0.8.2",
"discord.js": "^14.6.0",
"sqlite3": "^5.1.2"
}
}