# Raijin

Raijin is a Discord bot inspired by Genshin Impact, designed to bring a fresh adventure to your server ! Easily access your Genshin Impact stats, explore a unique island full of secrets, and enjoy a variety of interactive features: check your player profile, join exclusive quests, earn special rewards, and customize your journey with flexible commands. Whether you want to explore, compete with friends, or spice up your server with challenges, Raijin offers a fun, immersive, and social experience.

This place is going to teach you how to interact with Raijin (Commands, UID,...) to have a great journey ! Every new command or feature is added in this documentation when it's released on [Github](https://github.com/CodingMakoto/Raijin).

{% hint style="info" %}
Want to add Raijin to your Discord Server ? Click [here](https://docs.codingmakoto.dev/good-to-know/add-raijin).
{% endhint %}

<figure><img src="https://3446089115-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fw9LEEdimnlpxD11iumVm%2Fuploads%2FnmQdAOyApA7EPDlGhLWl%2Fimage.png?alt=media&#x26;token=5b5112f1-386d-4698-bbda-a009d7916f63" alt="Genshin Impact Stats Example"><figcaption><p>Genshin Impact Stats Example</p></figcaption></figure>

## Behind the Project

Raijin is created and maintained by a passionate student developer. While it may differ from some advanced bots, every feature is built with dedication, and feedback is always welcome. Feel free to suggest your ideas on our [Discord Server](https://discord.gg/2AePNcphrs) and your code on the [Github Pull Request](https://github.com/CodingMakoto/Raijin/pulls) page to make Raijin even better.

## Built With

Raijin is developed entirely in [Python](https://www.python.org/doc/) using [Pycord](https://docs.pycord.dev/en/stable/) library, with [JSON](https://www.json.org/json-en.html) and [MySQL](https://dev.mysql.com/doc/) used for data storage.\
All releases and updates are logged on Github and Discord, so you can easily track new features, bug fixes, and command improvements.

***

## Explore the documentation

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-type="files"></th><th data-hidden></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><strong>Good to know</strong></td><td>Invite Raijin</td><td><a href="https://3446089115-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fw9LEEdimnlpxD11iumVm%2Fuploads%2FKeFF1O8UO7GtTx4LtUWm%2FCapture%20d%E2%80%99e%CC%81cran%202024-10-01%20a%CC%80%2022.08.08.png?alt=media&#x26;token=a3b22435-2763-4085-8870-7056d6f10559">Raijin Profile.png</a></td><td></td><td><a href="good-to-know/add-raijin">add-raijin</a></td><td><a href="https://3446089115-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fw9LEEdimnlpxD11iumVm%2Fuploads%2FIM7ouCm7Zoh3ePcS31iX%2FRaijin%20Banner.jpg?alt=media&#x26;token=af3a3928-4617-4e8a-93dd-1fd90827939f">Raijin Banner.jpg</a></td></tr><tr><td><strong>Commands</strong></td><td>Explore the commands</td><td><a href="https://content.gitbook.com/content/w9LEEdimnlpxD11iumVm/blobs/WivxFWv9HLpwjHSsV3Xr/2.png">2.png</a></td><td></td><td><a href="commands/general">general</a></td><td><a href="https://3446089115-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fw9LEEdimnlpxD11iumVm%2Fuploads%2F5kDhTVDKE545Jpae8mng%2FCapture%20d%E2%80%99e%CC%81cran%202025-07-30%20a%CC%80%2016.33.20.png?alt=media&#x26;token=6d38c98c-4e94-4970-923c-9403aeeca11d">Capture d’écran 2025-07-30 à 16.33.20.png</a></td></tr><tr><td><strong>Astralia</strong></td><td>Discover the island of your adventure</td><td><a href="https://content.gitbook.com/content/w9LEEdimnlpxD11iumVm/blobs/xtNp930O5aThWx2k40Ff/3.png">3.png</a></td><td></td><td><a href="commands/account">account</a></td><td><a href="https://3446089115-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fw9LEEdimnlpxD11iumVm%2Fuploads%2FXZzpAV25EyBcQjNDju9S%2Fastralfoundation.png?alt=media&#x26;token=6ef6f2f3-eb19-4b08-a559-baa349ee189d">astralfoundation.png</a></td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.codingmakoto.dev/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
