Update presets.py

pull/29/head
Who? 2024-12-07 09:35:01 +07:00 committed by GitHub
parent 16dd3ba522
commit bd63ccdbfa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -208,7 +208,7 @@ class Presets(loader.Module):
async def presets(self, message: Message):
await self.inline.form(
message=message,
photo='https://imgur.com/a/Z6PP9as.png',
photo='https://imgur.com/a/SF0MPmQ.png',
text=self.strings('welcome').replace('/presets', self.get_prefix() + 'presets'),
reply_markup=self._markup,
)