кто может хелпонуть?
выдает ошибку:
parent_path = parent.__path__
AttributeError: module 'ticket_system' has no attribute '__path__'
The above exception was the direct cause of the following exception:
код:
class ticket_system(commands.Cog):
def __init__(self, bot): #Вот тут скрипт помирает
self.bot = bot
self.persistent_views_added = False
P.S пофикшено