[+] fixed backup module and added new banner to presets module

master
Who? 2025-07-13 23:20:37 +07:00 committed by GitHub
commit 431b8e1a6e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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,
)