This is a discord.py bot for managing the Linux Legion Discord server.
- Clone the repositiory
- Create a .env file in the root directory of the project and define
TOKEN="your-token-here"
- Initialise a python environment:
python -m venv .venv
and activate it (source .venv/bin/activate
). - Install the requirements:
pip install -r requirements.txt
- Run the main.py file