Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/casperiv0/discord-bot-template
- Owner: casperiv0
- License: mit
- Created: 2021-05-06T10:05:14.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-01T16:59:05.000Z (almost 2 years ago)
- Last Synced: 2024-10-10T17:21:59.625Z (3 months ago)
- Topics: discord, discord-bot, discord-bot-template, template, typescript
- Language: TypeScript
- Homepage:
- Size: 620 KB
- Stars: 11
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`