Added seperarion for user and guild commands

This commit is contained in:
2023-04-03 11:27:44 +02:00
parent 40b5030218
commit 111787852f
3 changed files with 39 additions and 2 deletions

View File

@@ -5,7 +5,8 @@
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"rebuild": "node deploy-commands.js"
"prod:build": "node deploy-commands.js",
"dev:build": "node deploy-testing.js"
},
"author": "Taken",
"license": "ISC",