discogen

1.1.1 • Public • Published

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!

Dependencies (5)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i discogen

    Weekly Downloads

    11

    Version

    1.1.1

    License

    MIT

    Unpacked Size

    6.71 kB

    Total Files

    11

    Last publish

    Collaborators

    • gnvageesh