Skip to content
/ Bot-Template Public template

A Discord bot template using TypeScript, Prisma, and Discord.js

Notifications You must be signed in to change notification settings

zueripat/Bot-Template

Repository files navigation

Bot Template v1.0.0

This Repository contains a Template for a Discord Bot written in Typescript. It uses Discord.js as a Wrapper for the Discord API.

Setup

  1. Clone the Repository
  2. Install the Dependencies with yarn install
  3. Copy the .env.example into a new file named .env and add you're bot's inforamtion
  4. Run the Bot with yarn run dev

Commands

  • yarn run start - Runs the Bot
  • yarn run format - Formats the Code using Prettier

Database

This Template uses Prisma as an ORM. The Database is automatically migrated on Startup. You can find the Database Schema in prisma/schema.prisma.

Contributing

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).

About

A Discord bot template using TypeScript, Prisma, and Discord.js

Topics

Resources

Stars

Watchers

Forks