diff --git a/backup/backup.py b/backup/backup.py index 36f4f7a..8cf936a 100644 --- a/backup/backup.py +++ b/backup/backup.py @@ -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('.'):