This commit is contained in:
dj
2024-02-09 04:57:49 +03:00
parent a2d9e2b310
commit 546bcf468b
2 changed files with 2 additions and 3 deletions
+1 -2
View File
@@ -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