Poixpixel Discord Bot
Find a file
2025-04-14 18:00:36 -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
assets Added Basic Leveling System and QoL Updates 2025-03-09 15:52:10 -04:00
docs/bot docs: update file names - GITBOOK-2 2025-04-14 18:57:40 +00:00
src chore: update and clean up imports 2025-04-13 16:48:18 -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 feat: add giveaway system 2025-04-13 16:13:14 -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 feat: add giveaway system 2025-04-13 16:13:14 -04:00
README.md Merge branch 'main' of https://github.com/ahmadk953/poixpixel-discord-bot into fun-features 2025-04-14 18:00:36 -04:00
tsconfig.json feat: add giveaway system 2025-04-13 16:13:14 -04:00
yarn.lock feat: add giveaway system 2025-04-13 16:13:14 -04:00

Poixpixel's Discord Bot

Warning

This Discord bot is not production ready and is still in a testing state.

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

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