mirror of https://github.com/coddrago/Heroku
fixed backup module and added new banner to presets module
parent
41b897f831
commit
43ae9c140f
|
@ -40,7 +40,7 @@ class HerokuBackupMod(loader.Module):
|
||||||
if not self.get("period"):
|
if not self.get("period"):
|
||||||
await self.inline.bot.send_photo(
|
await self.inline.bot.send_photo(
|
||||||
self.tg_id,
|
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"),
|
caption=self.strings("period"),
|
||||||
reply_markup=self.inline.generate_markup(
|
reply_markup=self.inline.generate_markup(
|
||||||
utils.chunks(
|
utils.chunks(
|
||||||
|
|
|
@ -215,7 +215,7 @@ class Presets(loader.Module):
|
||||||
"""| Packs of modules to load"""
|
"""| Packs of modules to load"""
|
||||||
await self.inline.form(
|
await self.inline.form(
|
||||||
message=message,
|
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'),
|
text=self.strings('welcome').replace('/presets', self.get_prefix() + 'presets'),
|
||||||
reply_markup=self._markup,
|
reply_markup=self._markup,
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue