Go to file
2024-06-10 16:46:21 +01:00
src users now cant create more than 3 tickets + ticket now closes and locks 2024-06-10 16:46:21 +01:00
.gitignore removed .idea 2024-06-07 03:11:44 +01:00
.prettierrc.yaml prettier cfg 2024-06-06 00:21:17 +01:00
docker-compose.yml docker setup / db changes 2024-06-08 19:50:46 +03:00
Dockerfile docker setup 2024-06-08 19:08:41 +03:00
package.json error/missing data handling + extracted embeds + better interaction replies 2024-06-06 23:41:17 +01:00
pnpm-lock.yaml error/missing data handling + extracted embeds + better interaction replies 2024-06-06 23:41:17 +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
tsup.config.ts tsup as bundler | ticket system init 2024-06-06 18:42:04 +01: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.