Poixpixel Discord Bot
Find a file
dependabot[bot] 9c735e518b
Bump drizzle-kit from 0.28.1 to 0.29.1
Bumps [drizzle-kit](https://github.com/drizzle-team/drizzle-orm) from 0.28.1 to 0.29.1.
- [Release notes](https://github.com/drizzle-team/drizzle-orm/releases)
- [Commits](https://github.com/drizzle-team/drizzle-orm/compare/drizzle-kit@0.28.1...drizzle-kit@0.29.1)

---
updated-dependencies:
- dependency-name: drizzle-kit
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-04 22:05:50 +00:00
.github General Fixes 2024-08-20 13:45:17 -04:00
.vscode General Updates 2024-03-03 17:43:26 -05:00
src Added Drizzle ORM for Database Connection and Basic Member Command 2024-11-23 15:14:21 -05:00
.gitignore Added Drizzle ORM for Database Connection and Basic Member Command 2024-11-23 15:14:21 -05:00
.yarnrc.yml Updated Yarn Version and Updated Rules 2024-08-17 01:31:07 -04:00
CODE_OF_CONDUCT.md General Changes 2024-08-12 23:04:28 -04:00
config.example.json Added Drizzle ORM for Database Connection and Basic Member Command 2024-11-23 15:14:21 -05:00
CONTRIBUTING.md Update CONTRIBUTING.md 2024-02-12 17:59:04 -05:00
drizzle.config.ts Added Drizzle ORM for Database Connection and Basic Member Command 2024-11-23 15:14:21 -05:00
eslint.config.mjs Added Drizzle ORM for Database Connection and Basic Member Command 2024-11-23 15:14:21 -05:00
LICENSE Initial commit 2023-09-15 21:40:44 -04:00
package.json Bump drizzle-kit from 0.28.1 to 0.29.1 2024-12-04 22:05:50 +00:00
README.md Update README.md 2024-10-05 13:48:31 -04:00
SECURITY.md Updated README and Security Policy and Updated Rules Command. 2024-01-06 22:12:47 -05:00
tsconfig.json Added Drizzle ORM for Database Connection and Basic Member Command 2024-11-23 15:14:21 -05:00
yarn.lock Bump drizzle-kit from 0.28.1 to 0.29.1 2024-12-04 22:05:50 +00:00

Poixpixel's Discord Bot

Warning

This project is not actively being developed.

Warning

This project is not ready for production use. This is just a early prototype and most things will change in the future.

Tip

Want to test out the bot? Join the Poixpixel Discord Server

Development Commands

Install Dependencies: yarn install

Build: yarn compile

Start: yarn target

Build & Start: yarn start