fix(backup): forced incompatibility with pylav as intended
Some checks failed
Actions / Lint Code (Pylint) (pull_request) Failing after 15s
Actions / Build Documentation (MkDocs) (pull_request) Successful in 11s

This commit is contained in:
Seaswimmer 2024-01-31 14:16:18 -05:00
parent fa6fcfb75f
commit bbecff3ed0
Signed by: cswimr
GPG key ID: B8953EC01E5C4063

View file

@ -95,7 +95,7 @@ class Backup(commands.Cog):
url = repo['url']
cogs = repo['cogs']
if url.contains('PyLav/RedCogs'):
if url.contains('PyLav/Red-Cogs'):
repo_e.append("PyLav cogs are not supported.")
continue
if name.startswith('.') or name.endswith('.'):