Kohi Kitty Bot is a Discord bot designed specifically for the KOHI Guild, a Guild Wars 2 guild. This friendly feline bot is here to help with various tasks, making the guild members' life easier and more enjoyable.
- WvW Team Role Assignment: Kohi Kitty Bot can automatically assign WvW team roles to your guild members. Provide the bot with your GW2 API key, and it will fetch your team information and assign the corresponding role.
- Guild Missions and Event Reminders: Help your guild stay organized with timely reminders for guild missions and events.
- Build and Gear Information: Access build and gear information without leaving Discord.
- Helpful GW2 Resources: Get quick links to essential GW2 resources, such as the official wiki, build websites, and more.
- Feline Fun: Enjoy a friendly feline presence in your Discord server, with occasional cat puns and playful interactions.
- Clone the repository:
git clone https://github.com/your-username/kohi-kitty-bot.git
- Install dependencies:
npm install
- Configure the bot:
- Create an
.env
file based on the.env.example
file. - Fill in the required information, including your Discord bot token and Guild Wars 2 API key.
- Create an
- Run the bot:
node index.js
Contributions are welcome! If you have any ideas for new features, bug fixes, or improvements, feel free to submit a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.
- discord.js - A powerful JavaScript library for interacting with the Discord API.
- Guild Wars 2 API - Provides access to Guild Wars 2 game data.