diff --git a/src/wishlist_bot/main.py b/src/wishlist_bot/main.py index 06c1ce3..fe3c9bb 100644 --- a/src/wishlist_bot/main.py +++ b/src/wishlist_bot/main.py @@ -70,7 +70,7 @@ def gift_text(gift: Gift, id: int) -> str: text += f"\n📃 Описание: {gift.description}" if gift.link is not None: - text += f"\n📎 Ссылка: {gift.description}" + text += f"\n📎 Ссылка: {gift.link}" if is_admin(id): return text