DEV Community

Cover image for DiscoGEN - Discord BOT Maker in 3mins
GNVageesh
GNVageesh

Posted on • Edited on

2 1

DiscoGEN - Discord BOT Maker in 3mins

DiscoGEN is a CLI utility by which you can create Discord BOTs programmed in Discord.js

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

Future features include addition of a feature by which users can choose between the commands they want there BOT to have

GitHub Repository: https://github.com/Discogen/discogen
NPM: https://www.npmjs.com/package/discogen
YARN: https://yarnpkg.com/package/discogen

Image of Docusign

Bring your solution into Docusign. Reach over 1.6M customers.

Docusign is now extensible. Overcome challenges with disconnected products and inaccessible data by bringing your solutions into Docusign and publishing to 1.6M customers in the App Center.

Learn more

Top comments (2)

Collapse
 
anshrk profile image
Anshrk • Edited

Cool project

Collapse
 
gnvageesh profile image
GNVageesh

Thanks a lot

AWS Security LIVE!

Tune in for AWS Security LIVE!

Join AWS Security LIVE! for expert insights and actionable tips to protect your organization and keep security teams prepared.

Learn More

👋 Kindness is contagious

Discover a treasure trove of wisdom within this insightful piece, highly respected in the nurturing DEV Community enviroment. Developers, whether novice or expert, are encouraged to participate and add to our shared knowledge basin.

A simple "thank you" can illuminate someone's day. Express your appreciation in the comments section!

On DEV, sharing ideas smoothens our journey and strengthens our community ties. Learn something useful? Offering a quick thanks to the author is deeply appreciated.

Okay