diff --git a/backup/backup.py b/backup/backup.py index 821ed0c..ffa2238 100644 --- a/backup/backup.py +++ b/backup/backup.py @@ -152,6 +152,9 @@ class Backup(commands.Cog): cog_modules = [] for cog in cogs: + # If you're forking this cog, make sure to change these strings! + if cog['name'] == "backup" and 'SeaswimmerTheFsh/SeaCogs' in url: + continue try: cog_module = await InstalledCog.convert(ctx, cog['name']) except commands.BadArgument: