[Downloader] Add missing prefix format kwarg (#2238)

Fixes #2237.
This commit is contained in:
Christopher Rice 2018-10-14 02:11:16 -04:00 committed by Toby Harradine
parent 9588a5740c
commit 1ba922eba2

View File

@ -344,7 +344,7 @@ class Downloader(commands.Cog):
" 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")