A neatly structured Discord bot for the Archean side of cuhHub, fully coded in Python using the discord.py library.
Features:
- Consistently updated server status
- Personal reminders for when the server reaches a desired player count
- Tracking the server over time (player count, max players, etc)
- Decent amount of commands
- Clone this repo via
git clone https://github.com/cuhHub/ArcheanBot - Install package requirements via
pip install -r requirements.txt(assuming you're using pip as a package manager) - Rename
example.envto.env - Modify the
.envfile to your own liking. A bot token is mandatory, instructions are in the file. - Run
cd src, then either runstart.batorpy main.py(py/python/python3/...)
- Python 3.12+
