Backup #16
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ class Backup(commands.Cog):
|
||||||
url = repo['url']
|
url = repo['url']
|
||||||
cogs = repo['cogs']
|
cogs = repo['cogs']
|
||||||
|
|
||||||
if url.contains('PyLav/Red-Cogs'):
|
if 'PyLav/Red-Cogs' in url:
|
||||||
repo_e.append("PyLav cogs are not supported.")
|
repo_e.append("PyLav cogs are not supported.")
|
||||||
continue
|
continue
|
||||||
if name.startswith('.') or name.endswith('.'):
|
if name.startswith('.') or name.endswith('.'):
|
||||||
|
|
Loading…
Reference in a new issue