mirror of
https://github.com/ahmadk953/poixpixel-discord-bot.git
synced 2025-10-02 16:36:09 +00:00
Poixpixel Discord Bot
|
Some checks failed
Commitlint / Run commitlint scanning (push) Has been cancelled
Copilot Setup Steps / copilot-setup-steps (24.x) (push) Has been cancelled
Docker Build and Push / pgbouncer (push) Has been cancelled
ESLint / Run eslint scanning (push) Has been cancelled
NodeJS Build / build (24.x) (push) Has been cancelled
|
||
|---|---|---|
| .devcontainer | ||
| .github | ||
| .husky | ||
| assets | ||
| docker | ||
| docs/bot | ||
| src | ||
| .commitlintrc | ||
| .gitignore | ||
| .lintstagedrc.mjs | ||
| .prettierignore | ||
| .prettierrc.yml | ||
| .yarnrc.yml | ||
| config.example.json | ||
| drizzle.config.ts | ||
| eslint.config.mjs | ||
| generate-certs.sh | ||
| LICENSE | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
| yarn.lock | ||
Poixpixel's Discord Bot
Warning
This Discord bot is not production ready and is still in a testing state. Expect lots of breaking changes, missing features, and bugs.
Tip
Want to see the bot in action? Join our Discord server.
Documentation & Setup Instructions
Warning
Documentation is still under construction. Expect incomplete and undocumented features.
All documentation and setup instructions can be found at https://docs.poixpixel.ahmadk953.org/
Development Commands
Install Dependencies: yarn install
Lint: yarn lint
Check Formatting: yarn format
Fix Formatting: yarn format:fix
Compile: yarn compile
Clean: yarn clean
Undeploy All Commands: yarn undeploy-commands
Start (dev): yarn dev
Start without Command Deployment: yarn no-deploy
Start: yarn start
Restart (works only when the bot is started with yarn start): yarn restart