DiscoGEN is a CLI utility by which you can create Discord BOTs programmed in Discord.js
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
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
Top comments (2)
Cool project
Thanks a lot