From 9f8a008442917d23aa9fd53162b5aaf220569ba5 Mon Sep 17 00:00:00 2001 From: "Haruki N. Grande" Date: Thu, 15 Feb 2018 00:57:17 +0000 Subject: [PATCH] [V3 CogManager] Fixed typo (#1285) --- redbot/core/cog_manager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redbot/core/cog_manager.py b/redbot/core/cog_manager.py index 3e27cf6bc..df9fd45ed 100644 --- a/redbot/core/cog_manager.py +++ b/redbot/core/cog_manager.py @@ -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