This commit is contained in:
2021-07-10 23:10:23 -05:00
commit 3c58a97de8
4 changed files with 635 additions and 0 deletions

19
package.json Normal file
View File

@@ -0,0 +1,19 @@
{
"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"
}
}