WARNING: Please note that Leek is an experimental work in progress project, and as such, the API might change unexpectedly at any time.
This is a simple extension for Leek that adds a bunch of modding related tools for modding communities.
Right now, it comes with the following cogs:
leek_modding:Rage
: Tools Grand Theft Auto V, FiveM and Red Dead Redemption 2 like Native Lookupleek_modding:Diagnoser
: A simple(ish) Cog that helps with the diagnostic of game problems from SHVDN log files
- GitHub Releases
- GitHub Actions (experimental versions)
Run the following command to install the latest version of Tags Extension from master.
pip install https://github.com/LeekByLemon/LeekModding/archive/master.zip
If you want to install from git for developent purposes, run the following commands:
git clone https://github.com/LeekByLemon/LeekModding.git leek
cd leek
pip install -e .
To add the cog to Leek, add any of the Cogs provided by the mod to your DISCORD_COGS
environment variable in your .env
file.