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

Latest commit

 

History

History
45 lines (30 loc) · 1.94 KB

README.md

File metadata and controls

45 lines (30 loc) · 1.94 KB

Tags Cog for Leek
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.

This is an extension for adding Tags to Leek.

Tags are little snippets of text that can be created by staff members and retrieved by anyone.

Download

Installation

Run the following command to install the latest version of Tags Extension from master.

pip install https://github.com/LeekByLemon/LeekTags/archive/master.zip

If you want to install from git for developent purposes, run the following commands:

git clone https://github.com/LeekByLemon/LeekTags.git leek
cd leek
pip install -e .

Usage

WARNING: Please note that the Tags require SQL support to be enabled

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

The next time you start the Bot, the Tag system will be available for anyone in any server. You can control the permissions in each server by going to your Server Settings > Apps > Integrations > Your Bot Name > Manage and changing them there.