Dev-CasperTheGhost / discord-bot-template

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:MIT License


Languages

Language:TypeScript 95.6%Language:Shell 4.4%