To install this project, follow these steps:
- Clone the repository to your local machine.
- Install the required dependencies using
pip install -r requirements.txt
. - Run the bot using
python launcher.py
.
To use the bot, you will need to know a few things.
First you will need to create your own bot on the Discord developper portal.
After that, you will need to change the token by your own in the IUT2_Discord_Bot/__main__.py
file. Finally you will need to create a database edt.db
in IUT2_Discord_Bot/ressources/
which will be manipulated in IUT2_Discord_Bot/data/
If you would like to contribute to this project, please follow these steps:
- Fork the repository.
- Create a new branch for your feature.
- Make your changes and commit them following if you can commit norms.
- Push your changes to your fork.
- Submit a pull request.