Poixpixel Discord Bot
Find a file
dependabot[bot] 58c3436fe9
Bump discord.js from 14.16.3 to 14.17.2
Bumps [discord.js](https://github.com/discordjs/discord.js/tree/HEAD/packages/discord.js) from 14.16.3 to 14.17.2.
- [Release notes](https://github.com/discordjs/discord.js/releases)
- [Changelog](https://github.com/discordjs/discord.js/blob/14.17.2/packages/discord.js/CHANGELOG.md)
- [Commits](https://github.com/discordjs/discord.js/commits/14.17.2/packages/discord.js)

---
updated-dependencies:
- dependency-name: discord.js
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-02 21:19:55 +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 Initial commit 2023-09-15 21:40:44 -04:00
package.json Bump discord.js from 14.16.3 to 14.17.2 2025-01-02 21:19:55 +00:00
README.md Update README.md 2024-12-15 22:33:19 -05:00
tsconfig.json Added Eslint GitHub Action and Prettier 2024-12-21 18:13:18 -05:00
yarn.lock Bump discord.js from 14.16.3 to 14.17.2 2025-01-02 21:19:55 +00:00

Poixpixel's Discord Bot

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 see the bot in action? Join the Poixpixel Discord Server

Development Commands

Install Dependencies: yarn install

Build: yarn compile

Start: yarn target

Build & Start: yarn start