Template
mirror of
https://github.com/djimboy/djimbo_template_aio3.git
synced 2026-07-30 19:55:34 +00:00
Update
This commit is contained in:
@@ -54,7 +54,7 @@ async def admin_database(message: Message, bot: Bot, state: FSM, arSession: ARS,
|
||||
|
||||
await message.answer_document(
|
||||
FSInputFile(PATH_DATABASE),
|
||||
caption=f"<b>📦 #BACKUP | <code>{get_date(full=False)}</code></b>",
|
||||
caption=f"<b>📦 #BACKUP | <code>{get_date()}</code></b>",
|
||||
)
|
||||
|
||||
|
||||
|
||||
@@ -19,8 +19,7 @@ async def autobackup_admin(bot: Bot):
|
||||
await bot.send_document(
|
||||
admin,
|
||||
FSInputFile(PATH_DATABASE),
|
||||
caption=f"<b>📦 AUTOBACKUP</b>\n"
|
||||
f"🕰 <code>{get_date()}</code>",
|
||||
caption=f"<b>📦 #AUTOBACKUP | <code>{get_date()}</code></b>",
|
||||
)
|
||||
except:
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user