mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 11:18:54 -05:00
[V3 CogManager] Fixed typo (#1285)
This commit is contained in:
parent
6678b29396
commit
9f8a008442
@ -321,7 +321,7 @@ class CogManagerUI:
|
|||||||
Add a path to the list of available cog paths.
|
Add a path to the list of available cog paths.
|
||||||
"""
|
"""
|
||||||
if not path.is_dir():
|
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."))
|
" point to a valid directory."))
|
||||||
return
|
return
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user