Skip to content

driwand/discord.js-v13-template

Repository files navigation

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

About

Discord bot template with a basic ping command and settings that are saved using SQLite3 with TyepORM

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published