Skip to content

Discord.js bot template with ESM, Prisma, MongoDB TypeScript, ESLint and Prettier.

License

Notifications You must be signed in to change notification settings

casperiv0/discord-bot-template

Repository files navigation

discord-bot-template

Discord.js bot template with ESM, Prisma, MongoDB TypeScript, ESLint and Prettier.

Installation

  1. Install the dependencies: npm install
  2. Copy, paste and rename .env.example to .env (Linux: cp .env.example .env)
  3. Get your bot token and place it in the .env file
  4. Develop the bot using npm run dev
  5. Start the bot in production npm run build && npm run start

About

Discord.js bot template with ESM, Prisma, MongoDB TypeScript, ESLint and Prettier.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published