hymity
v1.0.3
Published
<h1 align="center">Welcome to HYMITY ๐</h1>
Downloads
6
Maintainers
Readme
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 withnodemon
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 selectCreate New Event
. - Select the event which you want to create.
- This event will get created in
events/event_name.js
Author
๐ค Sarvesh M Rao
- Website: https://www.sarveshmrao.in
- Twitter: @sarveshmrao
- Github: @sarveshmrao
- LinkedIn: @sarveshmrao
๐ค 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.