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

https://github.com/zr00da/discord-bot-starter

A minimal starter template for personal Discord bots using TypeScript, ESLint, Prettier, Discord.js and esbuild/ESM compilation 🪄
https://github.com/zr00da/discord-bot-starter

bot discord discordjs esbuild eslint esm minimal prettier starter tsx typescript

Last synced: about 2 months ago
JSON representation

A minimal starter template for personal Discord bots using TypeScript, ESLint, Prettier, Discord.js and esbuild/ESM compilation 🪄

Awesome Lists containing this project

README

          

# discord-bot-starter

👷🏻 **Work In Progress**

A minimal starter template for personal Discord bots.

- TypeScript
- ESLint
- Prettier
- Discord.js
- `tsx` (ultra fast TS & ESM compilation)
- `dev` mode hot reload & type checking

## Installation

1. Generate a new repo using this template
2. `npm i`
3. Create an `.env` file in root (see `.env.example`)
4. `npm start` for prod or `npm run dev` for development
5. Build!