Poixpixel Discord Bot
Find a file
Ahmad 55188e9c34
Some checks are pending
Commitlint / Run commitlint scanning (push) Waiting to run
ESLint / Run eslint scanning (push) Waiting to run
NodeJS Build and Compile / build (23.x) (push) Waiting to run
chore: merge pull request #369 from ahmadk953/alert-autofix-13
2025-05-04 15:51:34 -04:00
.github chore: merge pull request #369 from ahmadk953/alert-autofix-13 2025-05-04 15:51:34 -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: add self-hosting docs - GITBOOK-3 2025-04-19 06:08:36 +00:00
src Update helpers.ts 2025-04-19 23:08:21 -04:00
.commitlintrc build: added basic husky + commitlint + lint-staged setup 2025-03-17 21:05:32 -04:00
.env.example chore: create .env.example for docker compose file 2025-04-17 22:22:49 -04:00
.gitignore chore: modified code to use self-signed ssl certificates 2025-04-19 01:23:19 -04:00
.lintstagedrc.mjs feat: add giveaway system 2025-04-13 16:13:14 -04:00
.prettierignore chore: modified code to use self-signed ssl certificates 2025-04-19 01:23:19 -04: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
docker-compose.yml chore: modified code to use self-signed ssl certificates 2025-04-19 01:23:19 -04:00
drizzle.config.ts chore: added TLS error handling to database and cache 2025-04-19 01:56:24 -04:00
eslint.config.mjs Updated ESlint Config 2025-02-22 19:22:01 -05:00
generate-certs.sh chore: modified code to use self-signed ssl certificates 2025-04-19 01:23:19 -04:00
LICENSE Update LICENSE 2025-01-26 16:11:11 -05:00
package.json chore(deps-dev): bump eslint from 9.25.1 to 9.26.0 2025-05-02 22:04:38 +00: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(deps-dev): bump eslint from 9.25.1 to 9.26.0 2025-05-02 22:04:38 +00: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