Kunzeu Bot is a Discord bot dedicated to Guild Wars 2 players. It utilizes the Guild Wars 2 API (https://wiki.guildwars2.com/wiki/API:2) to provide accurate price information for various in-game items.
- Ecto: Get the current price of Glob of Ectoplasm.
- MC: Obtain the current price of Mystic Coins.
- Items: View prices for legendary items, precursor weapons, and other specified items.
- Clovers: Calculate the materials required to craft Mystic Clovers.
- ID: Perform a search using the ID of items not yet added to the items list.
'• `/apikey`: Allows you to add or update your API key in the bot for certain commands.\n' +
'• `/apidel`: Allows you to delete your API key from the bot to stop using certain commands.\n' +
'• `/clovers`: This command informs you of the current price of a single Clover.\n' +
'• `/delivery`: This command allows you to see the number of items you have in delivery.\n' +
'• `/gi`: Displays fixed prices for the GOM and GOJM.\n' +
'• `/hora`: Displays the current time.\n' +
'• `/item`: This command helps you see the value of items.\n' +
'• `/magic`: This command allows you to see the price of the Gift of Magic.\n' +
'• `/might`: This command allows you to see the price of the Gift of Might.\n' +
'• `/t3`: This command helps you see the total value of T3 items.\n' +
'• `/t4`: This command helps you see the total value of T4 items.\n' +
'• `/t5`: This command helps you see the total value of T5 items.\n' +
'• `/t6`: This command helps you see the total value of T6 items.\n';
To run the bot locally, follow these steps:
- Clone this repository to your local machine.
- Install the necessary dependencies using
npm install
. - Obtain a Guild Wars 2 API key from (https://wiki.guildwars2.com/wiki/API:2) or directly in the code (make sure to keep it secure).
- Run the bot using
node index.js
.
Contributions to the project are welcome! If you find a bug or want to add a new feature, feel free to open an issue or submit a pull request.
Kunzeu Bot is a third-party application and is not affiliated with or endorsed by ArenaNet or Guild Wars 2. The bot is provided as-is and usage is at your own risk.
You can contact me on Discord: Kunzeu https://kunzeu.vercel.app/
This project is licensed under the MIT License - see the LICENSE file for details.