1.0.3 ā€¢ Published 3 years ago

hymity v1.0.3

Weekly downloads
-
License
GNU General Publi...
Repository
github
Last release
3 years ago

Simple general purpose Discord Bot Generator

šŸ  Homepage

Prerequisites

  • Knowledge in coding!
  • Know how to make Discord Application

Install

npm install -g hymity

or

yarn global add hymity

Usage

Create New Project

  • To create a new project, type hymity new in your terminal or command prompt.
  • Follow the steps and enter your bot token and prefix and bot owner ID.
  • Once done, run cd <name of the project specified during creation>
  • To run the bot, type npm run dev. This will run the bot with nodemon and will be restarting the bot for every change.

Generating Commands

  • To generate a new command, type hymity command in your terminal or command prompt.
  • Follow the steps and enter the name and category of the command.
  • This will create the command in commands/category/command_name.js

Generating Events

  • To generate a new event, type hymity event in your terminal or command prompt and select Create New Event.
  • Select the event which you want to create.
  • This event will get created in events/event_name.js

Author

šŸ‘¤ Sarvesh M Rao

šŸ¤ Contributing

Contributions, issues and feature requests are welcome!Feel free to check issues page. You can also take a look at the contributing guide.

Show your support

Give a ā­ļø if this project helped you!

šŸ“ License

Copyright Ā© 2021 Sarvesh M Rao. This project is GNU General Public License v3.0 licensed.