Update heroku_backup.py

pull/105/head
Who? 2025-02-18 21:44:11 +07:00 committed by GitHub
parent 89a307d6d0
commit 77a5bc6991
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ class HerokuBackupMod(loader.Module):
period = int(args) * 60 * 60
self.set("period", period)
self.set("last_backup", round(time.time()))
await utils.answer(message, f"<b>{self.strings('saved')}</b>")
await utils.answer(message, f"<b>{self.strings('saved').format(prefix=self.get_prefix())}</b>")
@loader.loop(interval=1, autostart=True)
async def handler(self):