Discord bot for learning greek at the greek server.
First of all, you will need a discord bot. For how to set it up you can check the documentation here.
- (Optional) Create a virtual environment
python3 -m venv venvand activate it. - Install with:
pip install -e .orpip install -e .[dev]for developping. - Get your TOKEN from here.
- Create a
.envfile in the root directory with the following format:TOKEN="Mytoken". - Launch the bot with
rabot.
The formatting is done with ruff. If you want to contribute, it will be appreciated if you could run ruff format and ruff check prior to committing.