Poixpixel Discord Bot
Find a file
Ahmad 7fea10ffd5
Some checks failed
Commitlint / Run commitlint scanning (push) Has been cancelled
chore: merge branch 'main' of https://github.com/ahmadk953/poixpixel-discord-bot into fun-features
2025-03-27 20:54:13 -04:00
.github fix(ci): fixed incorrect formatting for commitlint GitHub CI action 2025-03-17 21:23:25 -04:00
.husky build: added basic husky + commitlint + lint-staged setup 2025-03-17 21:05:32 -04:00
.vscode General Updates 2024-03-03 17:43:26 -05:00
assets Added Basic Leveling System and QoL Updates 2025-03-09 15:52:10 -04:00
src Added code coments, refactored db.ts and redis.ts, and added two new commands 2025-03-16 20:31:43 -04:00
.commitlintrc build: added basic husky + commitlint + lint-staged setup 2025-03-17 21:05:32 -04:00
.gitignore Added Eslint GitHub Action and Prettier 2024-12-21 18:13:18 -05:00
.lintstagedrc.mjs build: added basic husky + commitlint + lint-staged setup 2025-03-17 21:05:32 -04:00
.prettierignore Added Eslint GitHub Action and Prettier 2024-12-21 18:13:18 -05:00
.prettierrc.yml Added Eslint GitHub Action and Prettier 2024-12-21 18:13:18 -05:00
.yarnrc.yml Updated Yarn Version and Updated Rules 2024-08-17 01:31:07 -04:00
config.example.json Added code coments, refactored db.ts and redis.ts, and added two new commands 2025-03-16 20:31:43 -04:00
drizzle.config.ts fix: updated drizzle config to match new config.json structure 2025-03-20 21:12:23 -04:00
eslint.config.mjs Updated ESlint Config 2025-02-22 19:22:01 -05:00
LICENSE Update LICENSE 2025-01-26 16:11:11 -05:00
package.json chore: merge branch 'main' of https://github.com/ahmadk953/poixpixel-discord-bot into fun-features 2025-03-27 20:54:13 -04:00
README.md Added code coments, refactored db.ts and redis.ts, and added two new commands 2025-03-16 20:31:43 -04:00
tsconfig.json Added Eslint GitHub Action and Prettier 2024-12-21 18:13:18 -05:00
yarn.lock chore: merge branch 'main' of https://github.com/ahmadk953/poixpixel-discord-bot into fun-features 2025-03-27 20:54:13 -04:00

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