This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user