Monster Hunter Rise Assistant is a Discord bot that provides you informations about Monster Hunter Rise monsters.
Click here to add this Bot to your guild
·
Report Bug
·
Request Feature
MonsterHunterRise Assistant uses built-in Discord Slash Commands in order to respond to the users requests.
All information about monster are stored in monsters.json, file createtd taking informations from Kiranico.
For example:
Then insert the monster name
To get a local copy up and running follow these simple steps.
- Git
- Visual Studio
- NodeJS
- Install Git at Download Git.
- Clone the repo.
git clone https://github.com/Federicoand98/MonsterHunterRise_Assistant
- Install the latest version of NodeJS.
- Open the directory with Visual Studio.
- Unzip the 7z file in the Resources folder.
To use the application:
- Create the Discord bot with Discord Developer Portal and copy the token
- Move to the project folder
cd MonsterHunterRise_Assistant
- Create your .env file
This .env file is necessary for the bot's token and ID, inside the file paste
TOKEN=paste_here_your_bot_token BOTID=paste_here_your_bot_id
- Install the following packages with npm package manager
npm install dotenv npm install discord.js npm install @discordjs/builders @discordjs/rest discord-api-types
- Run with:
node src/index.js
See the open issues for a list of proposed features (and known issues).
- [] Creating a new json db file for weapon informations
- [] Creating a new json db file for armor and skills
- [] Creating a new json db file for quests
- [] Give the possibility to retrieve weapon, armor and quests information
- [] New command that calculate the best weapon and element against monster requested
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Federico Andrucci - federico.andrucci@gmail.com
Project Link: https://github.com/Federicoand98/MonsterHunterRise_Assistant