Skip to content
This repository has been archived by the owner on Mar 5, 2024. It is now read-only.

Latest commit

 

History

History
39 lines (27 loc) · 1.65 KB

README.md

File metadata and controls

39 lines (27 loc) · 1.65 KB

Leek Moderation Tools
GitHub Actions Patreon PayPal Discord

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.

Download

Installation

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 .

Usage

To add the cog to Leek, add the Cog leek_moderation:Moderation to your DISCORD_COGS environment variable in your .env file.