Update presets.py

pull/11/head
Who? 2024-11-16 18:21:26 +07:00 committed by GitHub
parent 1039d392c4
commit 881909faf4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -114,8 +114,9 @@ class Presets(loader.Module):
await self._menu()
async def _menu(self):
await self.inline.bot.send_message(
await self.inline.bot.send_file(
self._client.tg_id,
"https://imgur.com/a/96uvTNN.png"
self.strings("welcome"),
reply_markup=self.inline.generate_markup(self._markup),
)