uptated requrements.txt

This commit is contained in:
bacon
2024-03-17 17:14:13 +03:00
parent a4e672597c
commit 786c580b47
2 changed files with 5 additions and 6 deletions

View File

@@ -8,8 +8,6 @@ work_with_cogs: loads, reloads and unloads cogs files
"""
from os import listdir, rename
from disnake.ext.commands import Bot
from .Logger import logger
@@ -22,7 +20,7 @@ def cog_list(fold: str = './cogs') -> list:
async def work_with_cogs(what_do: str,
bot: Bot,
bot,
cog: str | list):
if isinstance(cog, str):
cog = cog.split()