updated structure

This commit is contained in:
bacon
2024-03-17 22:03:27 +03:00
parent 4e535f6580
commit d22c3ca6b6
44 changed files with 955 additions and 948 deletions

View File

@@ -1,8 +1,13 @@
import os
import sys
import pytest
from disnake.ext.commands.common_bot_base import CommonBotBase
from mock import mock
from lib.CogsPrep import cog_list, work_with_cogs
sys.path.append(os.path.join(os.path.dirname(__file__), '..'))
from bot.lib.CogsPrep import cog_list, work_with_cogs
def test_cog_list():