Frontlive / frontlive-discordbot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Discord server NPM version NPM downloads Build status paypal

Create a discord bot with TypeScript and Decorators!

πŸ“– Introduction

A starter template equipped with several interaction commands and one event.

πŸ— Development

npm install
npm run dev

If you want to use Nodemon to auto-reload while in development:

npm run watch

πŸ’» Production

npm install --production
npm run build
npm run start

πŸ‹ Docker

To start your application:

docker-compose up -d

To shut down your application:

docker-compose down

To view your application's logs:

docker-compose logs

For the full command list please view the Docker Documentation.

πŸ“œ Documentation

☎️ Need help?

πŸ’– Thank you

You can support discordx by giving it a GitHub star.

About


Languages

Language:TypeScript 99.0%Language:Dockerfile 1.0%