poixpixel-discord-bot/README.md
2025-03-15 20:52:19 -04:00

23 lines
No EOL
424 B
Markdown

# Poixpixel's Discord Bot
> [!WARNING]
> This Discord bot is not production ready.
> [!TIP]
> Want to see the bot in action? [Join our Discord server](https://discord.gg/KRTGjxx7gY).
## Development Commands
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``