Poixpixel Discord Bot
Find a file
2025-03-15 20:52:19 -04:00
.github Added Eslint GitHub Action and Prettier 2024-12-21 18:13:18 -05: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 Update src/db/schema.ts 2025-03-09 15:55:28 -04:00
.gitignore Added Eslint GitHub Action and Prettier 2024-12-21 18:13:18 -05: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 Basic Leveling System and QoL Updates 2025-03-09 15:52:10 -04:00
drizzle.config.ts Added Eslint GitHub Action and Prettier 2024-12-21 18:13:18 -05: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 Merge branch 'main' of https://github.com/ahmadk953/poixpixel-discord-bot into fun-features 2025-03-11 21:29:07 -04:00
README.md Updated README.md 2025-03-15 20:52:19 -04:00
tsconfig.json Added Eslint GitHub Action and Prettier 2024-12-21 18:13:18 -05:00
yarn.lock Bump @typescript-eslint/eslint-plugin from 8.26.0 to 8.26.1 2025-03-11 22:37:41 +00: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: yarn start