Archived
style: reformat handlers and UI for readability
This commit is contained in:
@@ -92,7 +92,8 @@ async def render_inventory_page(
|
||||
text = (
|
||||
f"📦 {inv_name} Inventory {bot_name}\n"
|
||||
f"📄 Страница {page + 1}/{total_pages}\n\n"
|
||||
f"{stats}\n\n"
|
||||
+ "\n".join(lines)
|
||||
f"{stats}\n\n" + "\n".join(lines)
|
||||
)
|
||||
return text[:4000], inventory_page_keyboard(
|
||||
inventory_type, bot_name, page, total_pages
|
||||
)
|
||||
return text[:4000], inventory_page_keyboard(inventory_type, bot_name, page, total_pages)
|
||||
|
||||
Reference in New Issue
Block a user