Update presets.py

pull/12/head
Rilliat 2024-11-16 20:03:41 +03:00
parent 1b9f7b1ff5
commit 478aa07295
1 changed files with 3 additions and 3 deletions

View File

@ -115,10 +115,10 @@ class Presets(loader.Module):
await self._menu()
async def _menu(self):
await self.inline.bot.send_message(
await self.inline.bot.send_photo(
self._client.tg_id,
self.strings("welcome"),
photo='https://imgur.com/a/Z6PP9as.png',
'https://imgur.com/a/Z6PP9as.png',
caption=self.strings('welcome'),
reply_markup=self.inline.generate_markup(self._markup),
)