Skip to content

Latest commit

 

History

History
61 lines (47 loc) · 2.03 KB

README.md

File metadata and controls

61 lines (47 loc) · 2.03 KB

Ganyu Bot

Python Version Discord License Crowdin GitHub issues GitHub stars GitHub forks

Ganyu bot Banner

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.

Features

  • Access Genshin Impact wiki data.
  • Multi-language support via Crowdin.
  • Customizable configurations for better server integration.

Setup

  1. Clone the repository:

    git clone https://github.com/IndiMops/Ganyu-bot.git
  2. Install requirements:

    pip install -r requirements.txt
  3. Configuration: Update config.json with your bot token and other settings.

  4. Run the bot:

    python main.py

Contributing

Contributions are welcome! If you would like to contribute to Ganyu-bot, please follow these guidelines:

  1. Fork the repository.
  2. Create a new branch:
    git checkout -b feature/your-feature
  3. Make your changes and commit them:
    git commit -m 'Add some feature'
  4. Push to the branch:
    git push origin feature/your-feature
  5. Submit a pull request.

License

This project is licensed under the BSD-3-Clause License.