Go to file
2024-06-06 14:11:43 +01:00
.idea init 2024-06-06 02:04:52 +03:00
src fix setters imports 2024-06-06 15:00:36 +03:00
.gitignore setter commands / welcome message / deleted examples 2024-06-06 03:20:22 +03:00
.prettierrc.yaml prettier cfg 2024-06-06 00:21:17 +01:00
docker-compose.yml init 2024-06-06 02:04:52 +03:00
Dockerfile init 2024-06-06 02:04:52 +03:00
package.json test 2024-06-06 14:11:43 +01:00
pnpm-lock.yaml test 2024-06-06 14:11:43 +01:00
README.md init 2024-06-06 02:04:52 +03:00
tsconfig.json setter commands / welcome message / deleted examples 2024-06-06 03:20:22 +03:00

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.