Update CogsPrep.py

This commit is contained in:
Slava
2024-03-17 11:48:47 +00:00
parent 814f88756c
commit 6a07ef45f2

View File

@@ -13,7 +13,7 @@ from disnake.ext.commands import Bot
from .Logger import logger
async def cog_list(fold: str = './cogs') -> list:
def cog_list(fold: str = './cogs') -> list:
cogs_list = []
for _filename in listdir(fold):
if _filename.endswith('.py'):