discogen
v1.1.1
Published
A CLI Utility that generates starter code to create Bots using Discord.js
Downloads
21
Maintainers
Readme
discogen
A CLI Utility that generates starter code to create Bots using Discord.js
Features
- Creates the Boilerplate code for creating Discord.js BOTs
- Fast.
- Simple.
- Just answering the prompts will get your programming part done. You may modify it to your needs, id you want.
Installation
npm install -g discogen
yarn global add discogen
How to Get-Started
npm install -g discogen
oryarn global add discogen
- Run
discogen
- You will get a prompt like this
- Enter the BOT name
- Give the BOT's prefix
- Next paste the BOT token
- Select the package Manager you want to use[npm or yarn]
- Press ENTER and your done
Time to test the BOT
cd <bot-name>
- You should have a folder structure like this
- Run
node index.js
That's it your BOT is ready work. By default discogen
adds the ping command. You can modify it to your needs
Let's Test the BOT now
It's online
Let's run the ping command with the prefix, in my case ?
That's it, the BOT is online and running in just 3 mins
Note: If this project becomes a success then I will find a way to host your bots as well at a lower price