Poixpixel Discord Bot
Find a file
dependabot[bot] ebae678eee
chore(deps-dev): bump @typescript-eslint/eslint-plugin
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 8.29.1 to 8.30.1.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.30.1/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-version: 8.30.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-14 21:38:23 +00: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 Warn and Ban Commands, Added Logging, and Much More 2025-02-23 21:39:49 -05:00
docs/bot docs: update file names - GITBOOK-2 2025-04-14 18:57:40 +00:00
src Fixed Linting issues 2025-03-01 01:01:52 -05: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 Redis Caching for DB Queries 2025-02-26 21:35:01 -05: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 chore(deps-dev): bump @typescript-eslint/eslint-plugin 2025-04-14 21:38:23 +00:00
README.md chore: update README.md 2025-04-14 01:16:00 -04:00
tsconfig.json Added Eslint GitHub Action and Prettier 2024-12-21 18:13:18 -05:00
yarn.lock chore(deps-dev): bump @typescript-eslint/eslint-plugin 2025-04-14 21:38:23 +00:00

Poixpixel's Discord Bot

Warning

This Discord bot is not production ready and everything is subject to change

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

Compile: yarn compile

Start: yarn target

Build & Start: yarn start