1.0.6 • Published 3 years ago

@dauky08/easy-bot v1.0.6

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

Easy Bot

easy-bot-logo

What is Easy Bot?

Easy Bot is a CLI (Command Line Interface) tool that lets you generate a Discord.JS project in a matter of seconds! Easy Bot is also a modified version of Slappey!

Why Easy Bot?

Do you use a Command/Event Handler? Are you tired of having to copy & paste the same files over and over again, or cloning a repository? Easy Bot serves as a purpose to eliminate the annoyance of doing that. Instead, with a simple command, Easy Bot will generate a base structure for your next Discord Bot Project.

Do you have a MongoDB Database? When creating a new project you can include your MongoDB URI and Easy Bot will setup your new bot up with it!

It does so by using the most basic command & event handler. Simplicity is key. And since it works well, why change it? Regardless, if you need to try some things out without needing to re-write the same functions all the time, Easy Bot is great for that.

It also eliminates the abstraction away from users so they need not worry about how commands and events are registered. It will just work out of the box.

What Easy Bot is NOT

  • Framework
  • Library
  • Discord Bot (It is a Discord Bot Project generator)
  • Replacement for coding

Getting Started

Install Easy Bot by running npm install -g @dauky08/easy-bot on your terminal or Windows CMD. This will install Easy Bot globally. Next, all you have to do is run easy-bot on your terminal or Windows CMD, Next steps should be pretty straight forward and easy to setup from their!