mirror of https://github.com/coddrago/Heroku
Update presets.py
parent
478aa07295
commit
75f30e37c6
|
@ -209,6 +209,6 @@ class Presets(loader.Module):
|
||||||
await self.inline.form(
|
await self.inline.form(
|
||||||
message=message,
|
message=message,
|
||||||
photo='https://imgur.com/a/Z6PP9as.png',
|
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,
|
reply_markup=self._markup,
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue