diff --git a/redbot/core/bot.py b/redbot/core/bot.py index bf9358075..6f47a42d2 100644 --- a/redbot/core/bot.py +++ b/redbot/core/bot.py @@ -1271,7 +1271,7 @@ class RedBase( @staticmethod def list_packages(): - """Lists packages present in the cogs the folder""" + """Lists packages present in the cogs folder""" return os.listdir("cogs") async def save_packages_status(self, packages):