2.0 Да я ебал это все рассписывать но тут типо новая система логгирования

This commit is contained in:
Verum
2025-03-12 06:44:14 +07:00
parent 0704b2600f
commit 142753dc81
48 changed files with 634 additions and 239 deletions

Binary file not shown.

View File

@@ -2,7 +2,7 @@
# Инициализация модуля bd_func, для функция с БД
from aiogram import types
from BotLibrary import username
from BotLibrary.validators import username
from ProjectsFiles import Permissions
from .bd_add_user import *

View File

@@ -5,7 +5,7 @@ import sqlite3
from aiogram import types
from datetime import timezone, datetime, timedelta
from BotLibrary import types_message
from BotLibrary import type_msg
from ProjectsFiles import BotVar
# Настройка экспорта в модули
@@ -31,7 +31,7 @@ async def update_user_messages(message: types.Message, bd_name: str = BotVar.bd_
current_month = now.month
current_year = now.year
last_message = message.text or types_message(message)
last_message = message.text or type_msg(message)
last_message_id = message.message_id
if result: