Poixpixel Discord Bot
Find a file
Ahmad 890ee028cc
chore: update README.md
Signed-off-by: Ahmad <103906421+ahmadk953@users.noreply.github.com>
2025-04-17 01:36:00 -04:00
.github chore: merge branch 'fun-features' of origin into fun-features 2025-04-15 18:55:10 -04:00
.husky build: added basic husky + commitlint + lint-staged setup 2025-03-17 21:05:32 -04:00
assets feat: add achievement system 2025-04-16 16:52:44 -04:00
docs/bot docs: update file names - GITBOOK-2 2025-04-14 18:57:40 +00:00
src chore(bot): fixed remaining issues 2025-04-17 01:24:52 -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 chore: improve safety of commands 2025-04-17 01:05:10 -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: add option to undeploy commands and not deploy on start 2025-04-16 19:20:17 -04:00
README.md chore: update README.md 2025-04-17 01:36:00 -04:00
tsconfig.json feat: add giveaway system 2025-04-13 16:13:14 -04:00
yarn.lock chore: add option to undeploy commands and not deploy on start 2025-04-16 19:20:17 -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

Undeploy All Commands: yarn undeploy-commands

Build & Start (dev): yarn start:dev

Build & Start without Command Deployment (dev): yarn start:dev:no-deploy

Build & Start (prod): yarn start:prod

Restart (works only when the bot is started with yarn start:prod): yarn restart