update command registration to npm

This commit is contained in:
Shay
2023-03-18 16:05:36 -07:00
parent bbe1a594a2
commit 767394582c
7 changed files with 37 additions and 66 deletions

View File

@@ -1,11 +1,12 @@
{
"name": "getting-started",
"version": "1.0.0",
"description": "",
"description": "Discord example app",
"main": "app.js",
"type": "module",
"scripts": {
"start": "node app.js",
"register": "node commands.js",
"dev": "nodemon app.js"
},
"author": "Shay DeWael",