This bot is used for utility and moderation features for the Hytale Modding Discord.
- Install Python 3.11 or higher.
- Install uv package manager.
- Install the dependencies using the following command:
uv sync
- Copy the
.env.exampleto.envand replace the TOKEN variable with your bot token - Run the bot using the following command:
uv run main.py
All contributions are welcome in forms of PRs, if any issues are found, please create an issue (or PR if you can fix it yourself).