This is a role manager for my personal Discord servers
- Clone or download the repository.
- Ensure you have Python 3.10+ installed.
- Install the project dependencies with
pdm install. - (Optional) Install development dependencies for testing:
pdm install -d. - Configure
roles.jsonwith the roles you want to manage and their associated emojis. - To run the bot, execute
pdm run(orrun.baton Windows).
After installing the development dependencies, you can run the test suite with:
pdm testor directly with pytest:
pytest- Missing pdm (Install pdm using
pip install pdm)
Interested in contributing? Feel free to reach out to me on my discord! geoffery10
- Geoffery Powell - Geoffery10
This project is licensed under the GNU General Public License v3.0 – see the LICENSE file for details.
