some code changes

This commit is contained in:
2022-08-31 18:28:07 +03:00
parent 4a33b35283
commit 5b134e6446
19 changed files with 288 additions and 145 deletions

View File

@@ -3,8 +3,9 @@ lib
~~~~~~~~~~~~~
Some libs for the bot whitch help him
"""
from .DB import *
from .Player import *
from .ListGenerator import *
from .Logger import *
from .Comands import *
from .CogsPrepare import *
from .Player import *
from .DB_Worker import *
from .CogsPrep import *