https://github.com/ianmitchell/djs-template
My discord.js bot template
https://github.com/ianmitchell/djs-template
Last synced: 9 months ago
JSON representation
My discord.js bot template
- Host: GitHub
- URL: https://github.com/ianmitchell/djs-template
- Owner: IanMitchell
- Created: 2022-02-12T05:57:24.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-17T23:38:06.000Z (about 4 years ago)
- Last Synced: 2025-04-14T20:55:15.164Z (about 1 year ago)
- Language: TypeScript
- Size: 367 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# My discord.js Bot Template
This repository is an ongoing project to extract core pieces of the discord.js bots and ecosystems I run into a reusable template. I'll be using it to bootstrap several bots this year.
## Usage
**Note**: This project has not been fully vetted, deployed, and configured to be secure yet. I'd caution against using it until the Version 1 release.
## Work in Progress Features
- **Message Component Handlers**: There aren't any message component handlers yet. Adding explicit handlers as well as a matcher pattern should happen soon.
- **Better Sentry Integration**: I haven't read through the [Sentry SDK](https://docs.sentry.io/platforms/node/typescript/) to determine what additional aspects I can tie into.
- **Grafana Graphs**: The Grafana image works and pulls metrics, but I haven't added default metrics, dashboards, and graphs yet.
## Unverified Features
- **Sentry**: I haven't verified the Sentry reporting code is accurate or working.
- **LogDNA**: I haven't verified logs successfully send to LogDNA or verified the meta objects or add size checking to them.
- **Prisma**: The deployment and migration workflows are untested.
- **Deployment**: The entire deployment action is untested.