make-discord-bot
v1.0.6
Published
This Command Line tool will generate a Discord bot template for you 🤖.
Downloads
3
Maintainers
Readme
About :
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.
Example Usage
-> npx make-discord-bot
Prerequisites
System requirement
- Any system with basic configuration.
- Operating System : Windows / Linux / Mac
Software requirement
- Node.JS
- Command Line
Skill requirement
- Git & Github
- Node.js
- Discord.js
- TypeScript
- Command Line
Running the Project Locally
Setting Up The Application
- Clone the project with
git clone
andcd
into it - Rename the
dotenv
file to :.env
- Get your secret key from Discord Developer Portal (make a bot for your app) and put it in the
.env
file as the value forDISCORD_TOKEN
- Run
npm install
- You are good to go! Now you can start the project by typing
node index.js