Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 693 Bytes

README.md

File metadata and controls

42 lines (27 loc) · 693 Bytes

Discord.JS V13 Template

This template is using SQLite (with TypeOrm) as database for the bot settings.

Used Packages And Environment

Configuration File

Create .env with the following variables

  BOT_OWNER_IDS=123456,654321
  BOT_TOKEN=botToken

Usage

To run the bot for production

  npm run start:prod

For background production

  npm run pm2

Run for development

  npm run start:dev

License

MIT