From e6c46bf4dab3b7bb197950d0a754cc14111e3016 Mon Sep 17 00:00:00 2001 From: Vexed01 <51716387+Vexed01@users.noreply.github.com> Date: Sun, 31 May 2020 09:21:34 +0100 Subject: [PATCH] add cog board link --- redbot/cogs/downloader/downloader.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/redbot/cogs/downloader/downloader.py b/redbot/cogs/downloader/downloader.py index 9f276d0ce..909ecbfcf 100644 --- a/redbot/cogs/downloader/downloader.py +++ b/redbot/cogs/downloader/downloader.py @@ -45,6 +45,8 @@ class Downloader(commands.Cog): group of cogs by one creator you can install. You always need to add the creater's repository using the `[p]repo` command before you can install cogs from the creator. + + A list of approved repos can be found on the [Cog Board](https://cogboard.red/t/approved-repositories/210). """ def __init__(self, bot: Red):