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](https://nodemon.io/) 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](https://docs.docker.com/engine/reference/commandline/cli/). # 📜 Documentation - [discordx.js.org](https://discordx.js.org) - [Tutorials (dev.to)](https://dev.to/samarmeena/series/14317) # ☎️ Need help? - [Check frequently asked questions](https://discordx.js.org/docs/faq) - [Check examples](https://github.com/discordx-ts/discordx/tree/main/packages/discordx/examples) - Ask in the community [Discord server](https://discordx.js.org/discord) # 💖 Thank you You can support [discordx](https://www.npmjs.com/package/discordx) by giving it a [GitHub](https://github.com/discordx-ts/discordx) star.