mirror of
https://github.com/ahmadk953/poixpixel-discord-bot.git
synced 2025-04-01 09:14:14 +00:00
Poixpixel Discord Bot
Some checks failed
Commitlint / Run commitlint scanning (push) Has been cancelled
Signed-off-by: Ahmad <103906421+ahmadk953@users.noreply.github.com> |
||
---|---|---|
.github | ||
.husky | ||
.vscode | ||
assets | ||
src | ||
.commitlintrc | ||
.gitignore | ||
.lintstagedrc.mjs | ||
.prettierignore | ||
.prettierrc.yml | ||
.yarnrc.yml | ||
config.example.json | ||
drizzle.config.ts | ||
eslint.config.mjs | ||
LICENSE | ||
package.json | ||
README.md | ||
tsconfig.json | ||
yarn.lock |
Poixpixel's Discord Bot
Warning
This Discord bot is not production ready.
Tip
Want to see the bot in action? Join our Discord server.
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 (dev): yarn start:dev
Build & Start (prod): yarn start:prod
Restart (works only when the bot is started with yarn start:prod
): yarn restart