Update CogsPrep.py
This commit is contained in:
@@ -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'):
|
||||
|
||||
Reference in New Issue
Block a user