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,7 +1,7 @@
from bot.handlers.send_button import show_request_msg
from bot.api import delete_message
from bot.storage import Profile, storage
from bot.config import FEEDBACK_CHAT_ID
from handlers.send_button import show_request_msg
from api import delete_message
from storage import Profile, storage
from config import FEEDBACK_CHAT_ID
async def handle_join(msg):