Tobotimus / Tobo-Cogs

Tobo's Cogs for Red-DiscordBot
https://github.com/Cog-Creators/Red-DiscordBot
GNU General Public License v3.0
23 stars 42 forks source link

Make `required_cogs` key a dict in `info.json` files #60

Closed Jackenmen closed 4 years ago

Jackenmen commented 4 years ago

It's nothing very important since nothing even uses this key, but required_cogs key should be a dict mapping a cogname to repo URL, e.g.

{
    "required_cogs": {
        "adventure": "https://github.com/aikaterna/gobcog/"
    }
}

See docs for more info