Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/casperiv0/discord-bot-template

Discord.js bot template with ESM, Prisma, MongoDB TypeScript, ESLint and Prettier.
https://github.com/casperiv0/discord-bot-template

discord discord-bot discord-bot-template template typescript

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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](https://discord.com/developers/applications) 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`