Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redbot/cogs/downloader/downloader.py
Original file line number Diff line number Diff line change
@@ -344,7 +344,7 @@ async def _cog_uninstall(self, ctx, cog: InstalledCog):
" files manually if it is still usable."
" Also make sure you've unloaded the cog"
" with `{prefix}unload {cog_name}`."
).format(cog_name=real_name)
).format(prefix=ctx.prefix, cog_name=real_name)
)

@cog.command(name="update")

0 comments on commit 1ba922e

Please sign in to comment.