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,4 +1,4 @@
from bot.api import (
from api import (
send_message,
forward_message,
delete_message,
@@ -6,7 +6,7 @@ from bot.api import (
edit_replymarkup,
get_chat,
)
from bot.storage import Profile, storage
from storage import Profile, storage
async def update_button(chat_id, member_id, text="❤️"):