Cleaned up repo and separated both bots into their respective folders

This commit is contained in:
Sid 2023-04-14 15:54:26 +02:00
parent 5414de60ca
commit a9fda1fcb7
3134 changed files with 382980 additions and 31 deletions

16
sidBot-js/package.json Normal file
View file

@ -0,0 +1,16 @@
{
"dependencies": {
"axios": "^1.2.1",
"discord.js": "^14.7.1",
"node-fetch": "^3.3.0"
},
"name": "sidbot-2.0",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"description": ""
}