This Repository contains a Template for a Discord Bot written in Typescript. It uses Discord.js as a Wrapper for the Discord API.
- Clone the Repository
- Install the Dependencies with
yarn install
- Copy the
.env.example
into a new file named.env
and add you're bot's inforamtion - Run the Bot with
yarn run dev
yarn run start
- Runs the Botyarn run format
- Formats the Code using Prettier
This Template uses Prisma as an ORM. The Database is automatically migrated on Startup. You can find the Database Schema in prisma/schema.prisma
.
If you want to contribute to this Project, feel free to open a Pull Request. If you have any Questions, feel free to contact me on Discord (zueripat
).