fix a minor grammar issue (#4846)

The docstring says "cogs the folder" which should be "cogs folder"
This commit is contained in:
TheDiscordHistorian 2021-03-04 04:44:39 +09:00 committed by GitHub
parent 8d03fef566
commit 3782e9c1b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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):