A configurable Discord bot for displaying the status of an Archean server.
- Python 3.12+
- Ensure Python 3.12+ is installed.
git clonethis repository (git clone https://github.com/Cuh4/ArcheanStatus.git) then usecd ArcheanStatus.- Install the requirements with
pip install -r requirements.txt(you may need to usepy -m pip,python -m piporpython3 -m pipdepending on OS). - Configure the bot by editing
example.env. The settings are all described via comments. When making a bot for the bot token, ensure that you enable the "Send Messages" intent. - Rename
example.envto.env. - Run
cd src, thenpy main.py.

