A simple Discord bot for Genshin Impact players, written in Python using the discord.py library. The bot provides game-related information and features centered around the character Ganyu.
- Access Genshin Impact wiki data.
- Multi-language support via Crowdin.
- Customizable configurations for better server integration.
-
Clone the repository:
git clone https://github.com/IndiMops/Ganyu-bot.git
-
Install requirements:
pip install -r requirements.txt
-
Configuration: Update
config.json
with your bot token and other settings. -
Run the bot:
python main.py
Contributions are welcome! If you would like to contribute to Ganyu-bot, please follow these guidelines:
- Fork the repository.
- Create a new branch:
git checkout -b feature/your-feature
- Make your changes and commit them:
git commit -m 'Add some feature'
- Push to the branch:
git push origin feature/your-feature
- Submit a pull request.
This project is licensed under the BSD-3-Clause License.