Abheek Dhawan
3 years ago
9 changed files with 2452 additions and 3735 deletions
File diff suppressed because it is too large
@ -1,31 +0,0 @@ |
|||
{ |
|||
"dependencies": { |
|||
"axios": "^0.21.1", |
|||
"discord.js": "github:discordjs/discord.js", |
|||
"dotenv": "^8.2.0", |
|||
"eslint": "^7.21.0", |
|||
"fs": "^0.0.1-security", |
|||
"gitlog": "^4.0.4", |
|||
"mongoose": "^5.12.5", |
|||
"node-fetch": "^2.6.1" |
|||
}, |
|||
"name": "awscibo", |
|||
"version": "0.5.1", |
|||
"main": "awesomescibo.js", |
|||
"bin": { |
|||
"awscibo": "./awesomescibo.js" |
|||
}, |
|||
"scripts": { |
|||
"test": "node awesomescibo.js randomtoken", |
|||
"start": "nodemon awesomescibo.js" |
|||
}, |
|||
"keywords": [ |
|||
"discord", |
|||
"bot", |
|||
"science bowl", |
|||
"discord.js" |
|||
], |
|||
"author": "Abheek Dhawan&Tejas Chugh", |
|||
"license": "Apache 2.0", |
|||
"description": "A simple Discord bot that automatically generates Science Bowl rounds using the ScibowlDB API!" |
|||
} |
File diff suppressed because it is too large
@ -1,11 +1,31 @@ |
|||
{ |
|||
"dependencies": { |
|||
"axios": "^0.21.1", |
|||
"discord.js": "github:discordjs/discord.js", |
|||
"dotenv": "^8.2.0", |
|||
"eslint": "^7.21.0", |
|||
"fs": "^0.0.1-security", |
|||
"gitlog": "^4.0.4", |
|||
"mongoose": "^5.12.4" |
|||
"mongoose": "^5.12.5", |
|||
"node-fetch": "^2.6.1" |
|||
}, |
|||
"devDependencies": { |
|||
"nodemon": "^2.0.7" |
|||
} |
|||
"name": "awscibo", |
|||
"version": "0.5.1", |
|||
"main": "awesomescibo.js", |
|||
"bin": { |
|||
"awscibo": "./awesomescibo.js" |
|||
}, |
|||
"scripts": { |
|||
"test": "node awesomescibo.js randomtoken", |
|||
"start": "nodemon awesomescibo.js" |
|||
}, |
|||
"keywords": [ |
|||
"discord", |
|||
"bot", |
|||
"science bowl", |
|||
"discord.js" |
|||
], |
|||
"author": "Abheek Dhawan&Tejas Chugh", |
|||
"license": "Apache 2.0", |
|||
"description": "A simple Discord bot that automatically generates Science Bowl rounds using the ScibowlDB API!" |
|||
} |
|||
|
Loading…
Reference in new issue