update presentation

This commit is contained in:
Evgeniy L.
2025-03-15 10:25:34 +05:00
parent 1ef9dc18bb
commit 3f0b144b8a
3 changed files with 74718 additions and 1 deletions
File diff suppressed because one or more lines are too long
Binary file not shown.
+1 -1
View File
@@ -110,7 +110,7 @@ async def cmd_presentation(message: Message):
""" """
await message.reply_document( await message.reply_document(
document=FSInputFile(path="assets/pressetation.pptx", filename="презентация.pptx") document=FSInputFile(path="assets/presentation.pdf", filename="презентация.pdf")
) )