Make eval command development only

This commit is contained in:
Frostbide
2025-01-25 22:14:02 -08:00
parent e027ed9b94
commit 1d5f821f8d
2 changed files with 3 additions and 1 deletions

View File

@@ -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",