fixed backup module and added new banner to presets module

pull/161/head
ZetGo | Aleksej K. 2025-07-13 19:18:17 +03:00
parent 41b897f831
commit 43ae9c140f
2 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@ class HerokuBackupMod(loader.Module):
if not self.get("period"):
await self.inline.bot.send_photo(
self.tg_id,
photo="hhttps://raw.githubusercontent.com/coddrago/assets/refs/heads/main/heroku/unit_alpha.png",
photo="https://raw.githubusercontent.com/coddrago/assets/refs/heads/main/heroku/unit_alpha.png",
caption=self.strings("period"),
reply_markup=self.inline.generate_markup(
utils.chunks(

View File

@ -215,7 +215,7 @@ class Presets(loader.Module):
"""| Packs of modules to load"""
await self.inline.form(
message=message,
photo='https://imgur.com/a/SF0MPmQ.png',
photo='https://raw.githubusercontent.com/coddrago/assets/refs/heads/main/heroku/presets_cmd.png',
text=self.strings('welcome').replace('/presets', self.get_prefix() + 'presets'),
reply_markup=self._markup,
)