Initial Setup and commit

This commit is contained in:
= 2021-06-26 16:08:26 -04:00
parent 21869cb9b6
commit 4c48211143
3 changed files with 1093 additions and 0 deletions

0
index.js Normal file
View File

1067
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

26
package.json Normal file
View File

@ -0,0 +1,26 @@
{
"name": "nodbot",
"version": "1.0.0",
"description": "Nods and Nod Accessories.",
"main": "index.js",
"dependencies": {
"discord.js": "^12.5.3",
"dotenv": "^10.0.0"
},
"devDependencies": {
"eslint": "^7.29.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/voidf1sh/nodbot.git"
},
"author": "voidf1sh#0420",
"license": "ISC",
"bugs": {
"url": "https://github.com/voidf1sh/nodbot/issues"
},
"homepage": "https://github.com/voidf1sh/nodbot#readme"
}