This commit is contained in:
2023-09-11 23:21:55 +03:00
parent a5261d2d77
commit 3773814a61
15 changed files with 54 additions and 54 deletions

View File

@@ -1,15 +1,15 @@
import json
from bot.api import (
from api import (
send_message,
forward_message,
delete_message,
get_chat_administrators,
)
from bot.handlers.send_button import show_request_msg
from bot.utils.mention import userdata_extract
from bot.storage import storage, Profile
from bot.config import FEEDBACK_CHAT_ID
from handlers.send_button import show_request_msg
from utils.mention import userdata_extract
from storage import storage, Profile
from config import FEEDBACK_CHAT_ID
async def handle_feedback(msg, state):