bootstrap-discord-bot
🚀 Create Discord Bot with CLI
Author of original Create Discord Bot script: (https://github.com/HZooly)
About
Tired of Googling "How to create Discord Bot"? Use this tool and easily bootstrap your modern Discord Bot ✨
Use
npx bootstrap-discord-bot
Follow the instructions, this is easy!
Generated project
generated-project
├── node_modules
├── logs
├── src
├── assets
├── commands
├── data
├── events
├── handlers
├── utils
├── bot.js
├── .env
├── config.js
├── package.json
├── package-lock.json
├── README.md
└── .gitignore