Poixpixel Discord Bot
Find a file
dependabot[bot] 92daa77c37
Bump @typescript-eslint/parser from 8.24.0 to 8.24.1
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 8.24.0 to 8.24.1.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.24.1/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-20 19:55:22 +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
src Added Eslint GitHub Action and Prettier 2024-12-21 18:13:18 -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 Drizzle ORM for Database Connection and Basic Member Command 2024-11-23 15:14:21 -05:00
drizzle.config.ts Added Eslint GitHub Action and Prettier 2024-12-21 18:13:18 -05:00
eslint.config.mjs Added Eslint GitHub Action and Prettier 2024-12-21 18:13:18 -05:00
LICENSE Update LICENSE 2025-01-26 16:11:11 -05:00
package.json Bump @typescript-eslint/parser from 8.24.0 to 8.24.1 2025-02-20 19:55:22 +00:00
README.md Update README.md 2025-02-18 10:18:42 -07:00
tsconfig.json Added Eslint GitHub Action and Prettier 2024-12-21 18:13:18 -05:00
yarn.lock Bump @typescript-eslint/parser from 8.24.0 to 8.24.1 2025-02-20 19:55:22 +00:00

Poixpixel's Discord Bot

Warning

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

Development Commands

Install Dependencies: yarn install

Compile: yarn compile

Start: yarn target

Build & Start: yarn start