Skip to content

implodium/discord-template-app

Repository files navigation

Discord TS Template

This template can be used to create discord bots with the discord ts library. It is very simple to create events and commands (either with / or with a prefix).

Getting Started Development

Set the environment

Please take a look into the .env.template. In this file there is everything documented what you need to do to run this bot. If you want to you can also edit the package.json author description ...

Install Dependencies

Install the dependecies with the following command.

npm install

Run the bot

Run the bot with the following command.

npm start

Getting Started Production

For production is a docker-compose file and a docker file included.

docker-compose up --build -d

Warning: If you have more directories which are required for the application you need to edit the Dockerfile. The Dockerfile is only including everything in the application which is necessary.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published