This is the main repository of the Make Discord Bot CLI.
Make Discord Bot is a Command Line Interface that allows for easy access to Discord.js bot templates. It is developed using Node.js and has options of JavaScript and TypeScript templates.
-> npx make-discord-bot
- Any system with basic configuration.
- Operating System : Windows / Linux / Mac
- Node.JS
- Command Line
- Git & Github
- Node.js
- Discord.js
- TypeScript
- Command Line
- Clone the project with
git cloneandcdinto it - Rename the
dotenvfile to :.env - Get your secret key from Discord Developer Portal (make a bot for your app) and put it in the
.envfile as the value forDISCORD_TOKEN - Run
npm install - You are good to go! Now you can start the project by typing
node index.js

