This template is using SQLite (with TypeOrm) as database for the bot settings.
Create .env with the following variables
BOT_OWNER_IDS=123456,654321
BOT_TOKEN=botToken
To run the bot for production
npm run start:prod
For background production
npm run pm2
Run for development
npm run start:dev