Update presets.py

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

View File

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