Make eval command development only
This commit is contained in:
@@ -4,7 +4,8 @@
|
||||
"description": "Discord utility bot",
|
||||
"main": "src/index.js",
|
||||
"scripts": {
|
||||
"start": "node --no-warnings src/index.js"
|
||||
"start": "node --no-warnings src/index.js",
|
||||
"dev": "DEVELOPMENT=true node --no-warnings src/index.js"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
Reference in New Issue
Block a user