This is a starter template for discord bots using DiscordJS, TypeScript, Prisma and tsup.
Makes it easy to register new commands, events and autocompletes.
Note that this project uses yarn as it's prefered package manager.
start
- If the bot has been built then this can be used to start it.dev
- Watches thesrc/
directory and automatically recompiles and restarts the bot when files are changed.lint
- Formats all the files insrc/
using prettier.generate
- Generates the prisma functions based off of the config inprisma/schema.prisma
.build
- Builds the bot to thedist/
directory.