From b3fbd2358b32e9132c9f6000a3006d58d4ef5ed6 Mon Sep 17 00:00:00 2001 From: Ahmad <103906421+ahmadk953@users.noreply.github.com> Date: Sat, 15 Mar 2025 20:52:19 -0400 Subject: [PATCH] Updated README.md --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d784000..24e74a7 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Poixpixel's Discord Bot > [!WARNING] -> This Discord bot is not production ready and everything is subject to change +> This Discord bot is not production ready. > [!TIP] > Want to see the bot in action? [Join our Discord server](https://discord.gg/KRTGjxx7gY). @@ -10,8 +10,14 @@ Install Dependencies: ``yarn install`` +Lint: ``yarn lint`` + +Check Formatting: ``yarn format`` + +Fix Formatting: ``yarn format:fix`` + Compile: ``yarn compile`` Start: ``yarn target`` -Build & Start: ``yarn start`` +Build & Start: ``yarn start`` \ No newline at end of file