New banner in presets

pull/29/head
Who? 2024-11-29 22:22:24 +07:00 committed by GitHub
parent bf1cff2a35
commit 37ef47be61
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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