mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 11:18:54 -05:00
fix a minor grammar issue (#4846)
The docstring says "cogs the folder" which should be "cogs folder"
This commit is contained in:
parent
8d03fef566
commit
3782e9c1b9
@ -1271,7 +1271,7 @@ class RedBase(
|
|||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def list_packages():
|
def list_packages():
|
||||||
"""Lists packages present in the cogs the folder"""
|
"""Lists packages present in the cogs folder"""
|
||||||
return os.listdir("cogs")
|
return os.listdir("cogs")
|
||||||
|
|
||||||
async def save_packages_status(self, packages):
|
async def save_packages_status(self, packages):
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user