[V3] Disregard limitations on repo names (#1349)

This commit is contained in:
Will
2018-02-26 01:21:13 -05:00
committed by palmtree5
parent 09ddfe4250
commit 1363bc3f43
3 changed files with 2 additions and 8 deletions

View File

@@ -14,7 +14,7 @@ from discord.ext import commands
from redbot.core.bot import Red
from .checks import install_agreement
from .converters import RepoName, InstalledCog
from .converters import InstalledCog
from .errors import CloningError, ExistingGitRepo
from .installable import Installable
from .log import log
@@ -197,7 +197,7 @@ class Downloader:
@repo.command(name="add")
@install_agreement()
async def _repo_add(self, ctx, name: RepoName, repo_url: str, branch: str=None):
async def _repo_add(self, ctx, name: str, repo_url: str, branch: str=None):
"""
Add a new repo to Downloader.