From 890ee028cc4e27301cde867b2dba504cb5055535 Mon Sep 17 00:00:00 2001 From: Ahmad <103906421+ahmadk953@users.noreply.github.com> Date: Thu, 17 Apr 2025 01:36:00 -0400 Subject: [PATCH] chore: update README.md Signed-off-by: Ahmad <103906421+ahmadk953@users.noreply.github.com> --- README.md | 4 ++++ 1 file changed, 4 insertions(+) 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``