WARNING: Please note that Leek is an experimental work in progress project, and as such, the API might change unexpectedly at any time.
A simple set of moderation tools for features that Discord still does not implements.
- GitHub Releases
- GitHub Actions (experimental versions)
Run the following command to install the latest version of Moderation Extension from master.
pip install https://github.com/LeekByLemon/LeekModeration/archive/master.zip
If you want to install from git for developent purposes, run the following commands:
git clone https://github.com/LeekByLemon/LeekModeration.git LeekModeration
cd LeekModeration
pip install -e .
To add the cog to Leek, add the Cog leek_moderation:Moderation
to your DISCORD_COGS
environment variable in your .env
file.