Add boilerplate

This commit is contained in:
2022-08-26 03:07:35 +00:00
parent 82f724e6ad
commit 5d5c3bfa94
9 changed files with 149 additions and 2 deletions

View File

@@ -4,6 +4,7 @@
"main": "index.js",
"license": "MIT",
"dependencies": {
"@discordjs/rest": "^1.1.0",
"discord.js": "^14.3.0",
"dotenv": "^16.0.1"
},
@@ -20,6 +21,7 @@
"prepare": "husky install",
"lint": "yarn lint:check",
"lint:check": "eslint .",
"lint:fix": "eslint --fix ."
"lint:fix": "eslint --fix .",
"register": "node registerCommands.js"
}
}