Backup #16

Merged
cswimr merged 41 commits from backup into main 2024-01-31 15:58:08 -05:00
Showing only changes of commit bbecff3ed0 - Show all commits

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('.'):