Изменён парсинг конфига

Добавлена обратная связь
This commit is contained in:
2023-03-28 09:49:46 +03:00
parent 2faebd6e93
commit 42a0579f2e
12 changed files with 76 additions and 92 deletions

View File

@@ -12,4 +12,5 @@ async def errors_handler(update, exception):
if isinstance(exception, MessageNotModified): return True
await dp.bot.send_message(925150143, f"Exception: {exception}")
return True
logging.error(exception)
return True