Skip to content

Latest commit

Β 

History

History
99 lines (77 loc) Β· 2.43 KB

File metadata and controls

99 lines (77 loc) Β· 2.43 KB

Discord server NPM version NPM downloads Build status paypal

Create a discord bot with TypeScript and Decorators!

πŸ“– Introduction

A blank template with one command and one event, This is a useful template if you want to quickly spin up a project.

πŸ— 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.