mirror of https://github.com/coddrago/Heroku
Update presets.py
parent
1b9f7b1ff5
commit
478aa07295
|
@ -115,10 +115,10 @@ class Presets(loader.Module):
|
||||||
await self._menu()
|
await self._menu()
|
||||||
|
|
||||||
async def _menu(self):
|
async def _menu(self):
|
||||||
await self.inline.bot.send_message(
|
await self.inline.bot.send_photo(
|
||||||
self._client.tg_id,
|
self._client.tg_id,
|
||||||
self.strings("welcome"),
|
'https://imgur.com/a/Z6PP9as.png',
|
||||||
photo='https://imgur.com/a/Z6PP9as.png',
|
caption=self.strings('welcome'),
|
||||||
reply_markup=self.inline.generate_markup(self._markup),
|
reply_markup=self.inline.generate_markup(self._markup),
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue