diff --git a/README.md b/README.md index 7cbacc3..443b208 100644 --- a/README.md +++ b/README.md @@ -27,8 +27,12 @@ Compile: ``yarn compile`` Start: ``yarn target`` +Undeploy All Commands: ``yarn undeploy-commands`` + Build & Start (dev): ``yarn start:dev`` +Build & Start without Command Deployment (dev): ``yarn start:dev:no-deploy`` + Build & Start (prod): ``yarn start:prod`` Restart (works only when the bot is started with ``yarn start:prod``): ``yarn restart``