Skip to content

Discogen/discogen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

discogen

npm NPM

A CLI Utility that generates starter code to create Bots using Discord.js

Features

  1. Creates the Boilerplate code for creating Discord.js BOTs
  2. Fast.
  3. Simple.
  4. 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 or yarn global add discogen
  • Run discogen
  • You will get a prompt like this

First Prompt

  • Enter the BOT name
  • Give the BOT's prefix

Second Prompt

  • Next paste the BOT token

Third Prompt

  • Select the package Manager you want to use[npm or yarn]

Fourth Prompt

  • Press ENTER and your done

Time to test the BOT

  • cd <bot-name>
  • You should have a folder structure like this

ls

  • Run node index.js

run

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

online

Let's run the ping command with the prefix, in my case ?

runs

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

Happy BOT Making!

About

A CLI based Discord BOT maker

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published