mirror of https://github.com/coddrago/Heroku
[+] fixed backup module and added new banner to presets module
commit
431b8e1a6e
|
@ -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(
|
||||
|
|
|
@ -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,
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue