This commit is contained in:
2021-07-10 23:25:27 -05:00
parent 75f44092ba
commit 3b86744a5a
6 changed files with 641 additions and 332 deletions

View File

@@ -1,19 +1,9 @@
{
"name": "interactionstest",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"discord-buttons": "^4.0.0",
"discord.js": "^12.5.3",
"git": "github:ZomoXYZ/discord-buttons"
},
"devDependencies": {
"@types/node": "^16.3.1"
}
"name": "rolemanager",
"main": "index.ts",
"scripts": {
"start": "ts-node .",
"build": "tsc .",
"start-node": "node ."
}
}