Poixpixel Discord Bot
Find a file
dependabot[bot] ec28339f61
chore(deps-dev): bump @eslint/js from 9.24.0 to 9.25.0
Bumps [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) from 9.24.0 to 9.25.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/commits/v9.25.0/packages/js)

---
updated-dependencies:
- dependency-name: "@eslint/js"
  dependency-version: 9.25.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-19 00:50:54 +00: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 fix(bot): fix incorrect import 2025-04-18 00:08:46 -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: update .gitignore 2025-04-17 22:34:41 -04: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
docker-compose.yml chore: remove initdb mount as it's not needed 2025-04-17 22:35:19 -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(deps-dev): bump @eslint/js from 9.24.0 to 9.25.0 2025-04-19 00:50:54 +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/js from 9.24.0 to 9.25.0 2025-04-19 00:50:54 +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