mirror of
https://github.com/ahmadk953/poixpixel-discord-bot.git
synced 2025-04-02 09:44:14 +00:00
Updated README.md
This commit is contained in:
parent
5dbc5e0f4a
commit
b3fbd2358b
1 changed files with 8 additions and 2 deletions
10
README.md
10
README.md
|
@ -1,7 +1,7 @@
|
||||||
# Poixpixel's Discord Bot
|
# Poixpixel's Discord Bot
|
||||||
|
|
||||||
> [!WARNING]
|
> [!WARNING]
|
||||||
> This Discord bot is not production ready and everything is subject to change
|
> This Discord bot is not production ready.
|
||||||
|
|
||||||
> [!TIP]
|
> [!TIP]
|
||||||
> Want to see the bot in action? [Join our Discord server](https://discord.gg/KRTGjxx7gY).
|
> Want to see the bot in action? [Join our Discord server](https://discord.gg/KRTGjxx7gY).
|
||||||
|
@ -10,8 +10,14 @@
|
||||||
|
|
||||||
Install Dependencies: ``yarn install``
|
Install Dependencies: ``yarn install``
|
||||||
|
|
||||||
|
Lint: ``yarn lint``
|
||||||
|
|
||||||
|
Check Formatting: ``yarn format``
|
||||||
|
|
||||||
|
Fix Formatting: ``yarn format:fix``
|
||||||
|
|
||||||
Compile: ``yarn compile``
|
Compile: ``yarn compile``
|
||||||
|
|
||||||
Start: ``yarn target``
|
Start: ``yarn target``
|
||||||
|
|
||||||
Build & Start: ``yarn start``
|
Build & Start: ``yarn start``
|
Loading…
Add table
Reference in a new issue