hazeBot is a Discord Bot for Genshin Impact players.
Invite Bot : https://bit.ly/3dlTcMv
Commands |
Description |
hz.artifact <artifact name> |
Show artifact descriptions. |
hz.char <character name> |
Show characters descriptions. |
hz.nation <nation> |
Show nations descriptions on Teyvat. |
hz.weapon <weapon name> |
Show weapon descriptions. |
Commands |
Description |
hz.addme <ltoken> <ltuid> <uid> |
Add your stats using HoyoLab cookie, more information check below. |
hz.checkme |
Check if your cookie is already in database. |
hz.deleteme |
Delete your cookie on database. |
You need to add your account using hz.addme command first.
Commands |
Description |
hz.resin |
Check your resin. |
hz.realm |
Check your realm currency. |
hz.hoyoclaim |
Claim your daily reward from HoyoLab |
hz.exp |
Show your current expeditions |
hz.resintimer <current resin> <desired resin> |
Set resin timer. |
Commands |
Description |
hz.wangy <your waifu> |
Wangy Wangy Copypasta. If you know, you know. (NSFW) |
hz.waifu |
Random anime pictures. |
- Go to hoyolab.com
- Login to your account
- Press
F12
to open Developer Tools.
- Go to
Application
, Cookies
, https://www.hoyolab.com
.
- Search for
ltoken
and ltuid
, for UID
you can found under your profile in-game.
- Then use command
hz.addme <ltoken> <ltuid> <uid>
- Make sure your privacy settings like this.
- Runtime
Python 3.8.10
- Library
Discord.py
, pytz
, requests
, genshinstats
, mysql-connector-python