diff options
Diffstat (limited to 'bot/package.json')
| -rw-r--r-- | bot/package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bot/package.json b/bot/package.json index 75534b4..72568aa 100644 --- a/bot/package.json +++ b/bot/package.json @@ -8,6 +8,7 @@ "scripts": { "start": "node src/bot.js", "dev": "nodemon src/bot.js", + "deploy": "node deploy-command.js", "lint": "eslint ." }, "dependencies": { |
