Backup #16

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

View file

@ -147,7 +147,7 @@ class Backup(commands.Cog):
cog_modules = []
for cog in cogs:
try:
cog_module = InstalledCog.convert(ctx, cog['name'])
cog_module = await InstalledCog.convert(ctx, cog['name'])
except commands.BadArgument:
uninstall_e.append(f"Failed to uninstall {cog['name']}")
continue