[V3 CogManager] Fixed typo (#1285)

This commit is contained in:
Haruki N. Grande 2018-02-15 00:57:17 +00:00 committed by palmtree5
parent 6678b29396
commit 9f8a008442

View File

@ -321,7 +321,7 @@ class CogManagerUI:
Add a path to the list of available cog paths.
"""
if not path.is_dir():
await ctx.send(_("That path is does not exist or does not"
await ctx.send(_("That path does not exist or does not"
" point to a valid directory."))
return